COLOR #0F4E66

HEX: #0F4E66 RGB: (15,78,102)

Color info

#0F4E66 contains mainly green and blue colors. Web safe color of #0F4E66 is #006666 (or #066).

RGB color model

#0F4E66 color RGB value is (15,78,102).

RGB: (15,78,102) (6%, 31%, 40%)

RGB channels and saturation

R 15 of 255 = 6%
G 78 of 255 = 31%
B 102 of 255 = 40%

15
78
102

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

Portions of RGB colors in percentages

R + G + B = 15 + 78 + 102 = 195 (100%)
R 15 of 195 ~ 7.69%
G 78 of 195 ~ 40%
B 102 of 195 ~ 52.31'%

%40
%52.31

CMYK color model

#0F4E66 color CMYK value is (85,24,0,60).

  • cyan value is 85.29%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (85,24,0,60)
C85M24Y0K60 (85%, 24%, 0%, 60%)
(0.85 / 0.24 / 0.00 / 0.60)

CMYK percentages

%85.29
%23.53
%0
%60

Codes

Color #0F4E66 in popluar color models

0F 4E 66
RGB 15 78 102
HSL 197° 74.36% 22.94%
HSB/HSV 197° 85.29% 40.00%
CMYK 85.29% 23.53% 0.00%
60.00%

Color #0F4E66 in popluar number systems.

HEX 0F 4E 66
Decimal 15 78 102
Binary 1111 1001110 1100110
Octal 17 116 146

Shades and tints

Shades of #0F4E66

#0F4E66
(15,78,102)
#0E475D
(14,71,93)
#0D4054
(13,64,84)
#0C394B
(12,57,75)
#0B3242
(11,50,66)
#0A2B39
(10,43,57)
#092430
(9,36,48)
#081D27
(8,29,39)
#07161E
(7,22,30)
#060F15
(6,15,21)
#05080C
(5,8,12)
#000000
(0,0,0)

Tints of #0F4E66

#0F4E66
(15,78,102)
#245E73
(36,94,115)
#396E80
(57,110,128)
#4E7E8D
(78,126,141)
#638E9A
(99,142,154)
#789EA7
(120,158,167)
#8DAEB4
(141,174,180)
#A2BEC1
(162,190,193)
#B7CECE
(183,206,206)
#CCDEDB
(204,222,219)
#E1EEE8
(225,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F4E66 color. Also use rgb(15,78,102) instead hex code.

Text Font Color

.myTextColor { color: #0F4E66; }

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

This text font color is #0F4E66.

Background Color

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

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

This div background color is #0F4E66.

Border color

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

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

This div border color is #0F4E66.

Opacity

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

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

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

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

This text has shadow with #0F4E66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F4E66.

Preview

Color preview on black background

This text has color #0F4E66 on black background.


Color preview on white background

This text has color #0F4E66 on white background.


Black color preview on #0F4E66 background

This text has black color on #0F4E66 background.


White color preview on #0F4E66 background

This text has white color on #0F4E66 background.


Related colors

Complementary color

Complementary color for #hex is #F0B199.


I love getcolorcode.com

Triadic colors

1 #660F4E and #4E660F with #0F4E66 are triadic colors.

2 #664E0F and #4E0F66 with #0F4E66 are triadic colors.