COLOR #0F2991

HEX: #0F2991 RGB: (15,41,145)

Color info

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

RGB color model

#0F2991 color RGB value is (15,41,145).

RGB: (15,41,145) (6%, 16%, 57%)

RGB channels and saturation

R 15 of 255 = 6%
G 41 of 255 = 16%
B 145 of 255 = 57%

15
41
145

R + G + B ~ 26%. #0F2991 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 41 + 145 = 201 (100%)
R 15 of 201 ~ 7.46%
G 41 of 201 ~ 20.4%
B 145 of 201 ~ 72.14'%

%20.4
%72.14

CMYK color model

#0F2991 color CMYK value is (90,72,0,43).

  • cyan value is 89.66%
  • magenta value is 71.72%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (90,72,0,43)
C90M72Y0K43 (90%, 72%, 0%, 43%)
(0.90 / 0.72 / 0.00 / 0.43)

CMYK percentages

%89.66
%71.72
%0
%43.14

Codes

Color #0F2991 in popluar color models

0F 29 91
RGB 15 41 145
HSL 228° 81.25% 31.37%
HSB/HSV 228° 89.66% 56.86%
CMYK 89.66% 71.72% 0.00%
43.14%

Color #0F2991 in popluar number systems.

HEX 0F 29 91
Decimal 15 41 145
Binary 1111 101001 10010001
Octal 17 51 221

Shades and tints

Shades of #0F2991

#0F2991
(15,41,145)
#0E2684
(14,38,132)
#0D2377
(13,35,119)
#0C206A
(12,32,106)
#0B1D5D
(11,29,93)
#0A1A50
(10,26,80)
#091743
(9,23,67)
#081436
(8,20,54)
#071129
(7,17,41)
#060E1C
(6,14,28)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #0F2991

#0F2991
(15,41,145)
#243C9B
(36,60,155)
#394FA5
(57,79,165)
#4E62AF
(78,98,175)
#6375B9
(99,117,185)
#7888C3
(120,136,195)
#8D9BCD
(141,155,205)
#A2AED7
(162,174,215)
#B7C1E1
(183,193,225)
#CCD4EB
(204,212,235)
#E1E7F5
(225,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2991 color. Also use rgb(15,41,145) instead hex code.

Text Font Color

.myTextColor { color: #0F2991; }

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

This text font color is #0F2991.

Background Color

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

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

This div background color is #0F2991.

Border color

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

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

This div border color is #0F2991.

Opacity

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

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

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

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

This text has shadow with #0F2991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F2991.

Preview

Color preview on black background

This text has color #0F2991 on black background.


Color preview on white background

This text has color #0F2991 on white background.


Black color preview on #0F2991 background

This text has black color on #0F2991 background.


White color preview on #0F2991 background

This text has white color on #0F2991 background.


Related colors

Complementary color

Complementary color for #hex is #F0D66E.


I love getcolorcode.com

Triadic colors

1 #910F29 and #29910F with #0F2991 are triadic colors.

2 #91290F and #290F91 with #0F2991 are triadic colors.