COLOR #0F364F

HEX: #0F364F RGB: (15,54,79)

Color info

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

RGB color model

#0F364F color RGB value is (15,54,79).

RGB: (15,54,79) (6%, 21%, 31%)

RGB channels and saturation

R 15 of 255 = 6%
G 54 of 255 = 21%
B 79 of 255 = 31%

15
54
79

R + G + B ~ 19%. #0F364F is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 54 + 79 = 148 (100%)
R 15 of 148 ~ 10.14%
G 54 of 148 ~ 36.49%
B 79 of 148 ~ 53.38'%

%10.14
%36.49
%53.38

CMYK color model

#0F364F color CMYK value is (81,32,0,69).

  • cyan value is 81.01%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK: (81,32,0,69) C81M32Y0K69 (81%,32%,0%,69%) (0.81/0.32/0.00/0.69) 

CMYK percentages

%81.01
%31.65
%0
%69.02

Codes

Color #0F364F in popluar color models

0F 36 4F
RGB 15 54 79
HSL 203° 68.09% 18.43%
HSB/HSV 203° 81.01% 30.98%
CMYK 81.01% 31.65% 0.00%
69.02%

Color #0F364F in popluar number systems.

HEX 0F 36 4F
Decimal 15 54 79
Binary 1111 110110 1001111
Octal 17 66 117

Shades and tints

Shades of #0F364F

#0F364F
(15,54,79)
#0E3248
(14,50,72)
#0D2E41
(13,46,65)
#0C2A3A
(12,42,58)
#0B2633
(11,38,51)
#0A222C
(10,34,44)
#091E25
(9,30,37)
#081A1E
(8,26,30)
#071617
(7,22,23)
#061210
(6,18,16)
#050E09
(5,14,9)
#000000
(0,0,0)

Tints of #0F364F

#0F364F
(15,54,79)
#24485F
(36,72,95)
#395A6F
(57,90,111)
#4E6C7F
(78,108,127)
#637E8F
(99,126,143)
#78909F
(120,144,159)
#8DA2AF
(141,162,175)
#A2B4BF
(162,180,191)
#B7C6CF
(183,198,207)
#CCD8DF
(204,216,223)
#E1EAEF
(225,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F364F color. Also use rgb(15,54,79) instead hex code.

Text Font Color

.myTextColor { color: #0F364F; }

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

This text font color is #0F364F.

Background Color

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

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

This div background color is #0F364F.

Border color

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

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

This div border color is #0F364F.

Opacity

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

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

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

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

This text has shadow with #0F364F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F364F.

Preview

Color preview on black background

This text has color #0F364F on black background.


Color preview on white background

This text has color #0F364F on white background.


Black color preview on #0F364F background

This text has black color on #0F364F background.


White color preview on #0F364F background

This text has white color on #0F364F background.


Related colors

Complementary color

Complementary color for #hex is #F0C9B0.


I love getcolorcode.com

Triadic colors

1 #4F0F36 and #364F0F with #0F364F are triadic colors.

2 #4F360F and #360F4F with #0F364F are triadic colors.