COLOR #0F415B

HEX: #0F415B RGB: (15,65,91)

Color info

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

RGB color model

#0F415B color RGB value is (15,65,91).

RGB: (15,65,91) (6%, 25%, 36%)

RGB channels and saturation

R 15 of 255 = 6%
G 65 of 255 = 25%
B 91 of 255 = 36%

15
65
91

R + G + B ~ 22%. #0F415B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 65 + 91 = 171 (100%)
R 15 of 171 ~ 8.77%
G 65 of 171 ~ 38.01%
B 91 of 171 ~ 53.22'%

%38.01
%53.22

CMYK color model

#0F415B color CMYK value is (84,29,0,64).

  • cyan value is 83.52%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (84,29,0,64)
C84M29Y0K64 (84%, 29%, 0%, 64%)
(0.84 / 0.29 / 0.00 / 0.64)

CMYK percentages

%83.52
%28.57
%0
%64.31

Codes

Color #0F415B in popluar color models

0F 41 5B
RGB 15 65 91
HSL 201° 71.70% 20.78%
HSB/HSV 201° 83.52% 35.69%
CMYK 83.52% 28.57% 0.00%
64.31%

Color #0F415B in popluar number systems.

HEX 0F 41 5B
Decimal 15 65 91
Binary 1111 1000001 1011011
Octal 17 101 133

Shades and tints

Shades of #0F415B

#0F415B
(15,65,91)
#0E3C53
(14,60,83)
#0D374B
(13,55,75)
#0C3243
(12,50,67)
#0B2D3B
(11,45,59)
#0A2833
(10,40,51)
#09232B
(9,35,43)
#081E23
(8,30,35)
#07191B
(7,25,27)
#061413
(6,20,19)
#050F0B
(5,15,11)
#000000
(0,0,0)

Tints of #0F415B

#0F415B
(15,65,91)
#245269
(36,82,105)
#396377
(57,99,119)
#4E7485
(78,116,133)
#638593
(99,133,147)
#7896A1
(120,150,161)
#8DA7AF
(141,167,175)
#A2B8BD
(162,184,189)
#B7C9CB
(183,201,203)
#CCDAD9
(204,218,217)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F415B color. Also use rgb(15,65,91) instead hex code.

Text Font Color

.myTextColor { color: #0F415B; }

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

This text font color is #0F415B.

Background Color

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

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

This div background color is #0F415B.

Border color

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

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

This div border color is #0F415B.

Opacity

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

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

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

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

This text has shadow with #0F415B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F415B.

Preview

Color preview on black background

This text has color #0F415B on black background.


Color preview on white background

This text has color #0F415B on white background.


Black color preview on #0F415B background

This text has black color on #0F415B background.


White color preview on #0F415B background

This text has white color on #0F415B background.


Related colors

Complementary color

Complementary color for #hex is #F0BEA4.


I love getcolorcode.com

Triadic colors

1 #5B0F41 and #415B0F with #0F415B are triadic colors.

2 #5B410F and #410F5B with #0F415B are triadic colors.