COLOR #0F1B84

HEX: #0F1B84 RGB: (15,27,132)

Color info

#0F1B84 contains mainly blue color. Web safe color of #0F1B84 is #003399 (or #039).

RGB color model

#0F1B84 color RGB value is (15,27,132).

RGB: (15,27,132) (6%, 11%, 52%)

RGB channels and saturation

R 15 of 255 = 6%
G 27 of 255 = 11%
B 132 of 255 = 52%

15
27
132

R + G + B ~ 23%. #0F1B84 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 27 + 132 = 174 (100%)
R 15 of 174 ~ 8.62%
G 27 of 174 ~ 15.52%
B 132 of 174 ~ 75.86'%

%15.52
%75.86

CMYK color model

#0F1B84 color CMYK value is (89,80,0,48).

  • cyan value is 88.64%
  • magenta value is 79.55%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (89,80,0,48)
C89M80Y0K48 (89%, 80%, 0%, 48%)
(0.89 / 0.80 / 0.00 / 0.48)

CMYK percentages

%88.64
%79.55
%0
%48.24

Codes

Color #0F1B84 in popluar color models

0F 1B 84
RGB 15 27 132
HSL 234° 79.59% 28.82%
HSB/HSV 234° 88.64% 51.76%
CMYK 88.64% 79.55% 0.00%
48.24%

Color #0F1B84 in popluar number systems.

HEX 0F 1B 84
Decimal 15 27 132
Binary 1111 11011 10000100
Octal 17 33 204

Shades and tints

Shades of #0F1B84

#0F1B84
(15,27,132)
#0E1978
(14,25,120)
#0D176C
(13,23,108)
#0C1560
(12,21,96)
#0B1354
(11,19,84)
#0A1148
(10,17,72)
#090F3C
(9,15,60)
#080D30
(8,13,48)
#070B24
(7,11,36)
#060918
(6,9,24)
#05070C
(5,7,12)
#000000
(0,0,0)

Tints of #0F1B84

#0F1B84
(15,27,132)
#242F8F
(36,47,143)
#39439A
(57,67,154)
#4E57A5
(78,87,165)
#636BB0
(99,107,176)
#787FBB
(120,127,187)
#8D93C6
(141,147,198)
#A2A7D1
(162,167,209)
#B7BBDC
(183,187,220)
#CCCFE7
(204,207,231)
#E1E3F2
(225,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F1B84; }

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

This text font color is #0F1B84.

Background Color

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

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

This div background color is #0F1B84.

Border color

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

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

This div border color is #0F1B84.

Opacity

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

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

Text with #0F1B84 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 #0F1B84;}

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

This text has shadow with #0F1B84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F1B84.

Preview

Color preview on black background

This text has color #0F1B84 on black background.


Color preview on white background

This text has color #0F1B84 on white background.


Black color preview on #0F1B84 background

This text has black color on #0F1B84 background.


White color preview on #0F1B84 background

This text has white color on #0F1B84 background.


Related colors

Complementary color

Complementary color for #hex is #F0E47B.


I love getcolorcode.com

Triadic colors

1 #840F1B and #1B840F with #0F1B84 are triadic colors.

2 #841B0F and #1B0F84 with #0F1B84 are triadic colors.