COLOR #0F1B50

HEX: #0F1B50
RGB: (15,27,80)

Color info

#0F1B50 contains mainly green and blue colors. Web safe color of #0F1B50 is #003366 (or #036).

RGB color model

#0F1B50 color RGB value is (15,27,80).

  • red value is 15;
  • green value is 27;
  • blue value is 80.
RGB:
(15,27,80)
(6%,11%,31%)

RGB channels and saturation

R 15 of 255 = 6%
G 27 of 255 = 11%
B 80 of 255 = 31%

15
27
80

R + G + B ~ 16%. #0F1B50 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 27 + 80 = 122 (100%)
R 15 of 122 ~ 12.3%
G 27 of 122 ~ 22.13%
B 80 of 122 ~ 65.57%

%12.3
%22.13
%65.57

CMYK color model

#0F1B50 color CMYK value is (81,66,0,69).

  • cyan value is 81.25%
  • magenta value is 66.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(81,66,0,69)
C81M66Y0K69 
(81%,66%,0%,69%)
(0.81/0.66/0.00/0.69)	

CMYK percentages

%81.25
%66.25
%0
%68.63

Codes

Color #0F1B50 in popluar color models

0F1B50
RGB152780
HSL229°68.42%18.63%
HSB/HSV229°81.25%31.37%
CMYK81.25%66.25%0.00%
68.63%

Color #0F1B50 in popluar number systems.

HEX0F1B50
Decimal152780
Binary1111110111010000
Octal1733120

Shades and tints

Shades of #0F1B50

#0F1B50
(15,27,80)
#0E1949
(14,25,73)
#0D1742
(13,23,66)
#0C153B
(12,21,59)
#0B1334
(11,19,52)
#0A112D
(10,17,45)
#090F26
(9,15,38)
#080D1F
(8,13,31)
#070B18
(7,11,24)
#060911
(6,9,17)
#05070A
(5,7,10)
#000000
(0,0,0)

Tints of #0F1B50

#0F1B50
(15,27,80)
#242F5F
(36,47,95)
#39436E
(57,67,110)
#4E577D
(78,87,125)
#636B8C
(99,107,140)
#787F9B
(120,127,155)
#8D93AA
(141,147,170)
#A2A7B9
(162,167,185)
#B7BBC8
(183,187,200)
#CCCFD7
(204,207,215)
#E1E3E6
(225,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F1B50 color. Also use rgb(15,27,80) instead hex code.

Text Font Color

.myTextColor { color: #0F1B50; }

<p style="color:#0F1B50">This sample text font color is #0F1B50.</p>

This text font color is #0F1B50.


Background Color

.myBgColor { background-color: #0F1B50; }

<div style="background-color:#0F1B50">Inner text</div>

This div background color is #0F1B50.


Border color

.myBorderColor { border: 1px solid #0F1B50; }

<div style="border:3px solid #0F1B50">Div</div>

This div border color is #0F1B50.


Opacity

.myOpacity80 { color: #0F1B50; opacity: 0.8; }

<p style="color:#0F1B50;opacity:0.8;">80%</p>

Text with #0F1B50 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F1B50;}

<p style="text-shadow: 3px 3px 1px #0F1B50">Text here.</p>

This text has shadow with #0F1B50 color.

.textShadow {text-shadow: 3px 3px 1px #0F1B50, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F1B50, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F1B50 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F1B50, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F1B50, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F1B50 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F1B50;
  -webkit-box-shadow:	1px 1px 3px 2px #0F1B50;
  box-shadow:		1px 1px 3px 2px #0F1B50;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F1B50;
-webkit-box-shadow: 1px 1px 3px 2px #0F1B50;
box-shadow:1px 1px 3px 2px #0F1B50;">
Div content here</div>
This div box has shadow with color #0F1B50.

Preview

Color preview on black background

This text has color #0F1B50 on black background.


Color preview on white background

This text has color #0F1B50 on white background.



Black color preview on #0F1B50 background

This text has black color on #0F1B50 background.


White color preview on #0F1B50 background

This text has white color on #0F1B50 background.