COLOR #0F466B

HEX: #0F466B RGB: (15,70,107)

Color info

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

RGB color model

#0F466B color RGB value is (15,70,107).

RGB: (15,70,107) (6%, 27%, 42%)

RGB channels and saturation

R 15 of 255 = 6%
G 70 of 255 = 27%
B 107 of 255 = 42%

15
70
107

R + G + B ~ 25%. #0F466B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 70 + 107 = 192 (100%)
R 15 of 192 ~ 7.81%
G 70 of 192 ~ 36.46%
B 107 of 192 ~ 55.73'%

%36.46
%55.73

CMYK color model

#0F466B color CMYK value is (86,35,0,58).

  • cyan value is 85.98%
  • magenta value is 34.58%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (86,35,0,58) C86M35Y0K58 (86%,35%,0%,58%) (0.86/0.35/0.00/0.58) 

CMYK percentages

%85.98
%34.58
%0
%58.04

Codes

Color #0F466B in popluar color models

0F 46 6B
RGB 15 70 107
HSL 204° 75.41% 23.92%
HSB/HSV 204° 85.98% 41.96%
CMYK 85.98% 34.58% 0.00%
58.04%

Color #0F466B in popluar number systems.

HEX 0F 46 6B
Decimal 15 70 107
Binary 1111 1000110 1101011
Octal 17 106 153

Shades and tints

Shades of #0F466B

#0F466B
(15,70,107)
#0E4062
(14,64,98)
#0D3A59
(13,58,89)
#0C3450
(12,52,80)
#0B2E47
(11,46,71)
#0A283E
(10,40,62)
#092235
(9,34,53)
#081C2C
(8,28,44)
#071623
(7,22,35)
#06101A
(6,16,26)
#050A11
(5,10,17)
#000000
(0,0,0)

Tints of #0F466B

#0F466B
(15,70,107)
#245678
(36,86,120)
#396685
(57,102,133)
#4E7692
(78,118,146)
#63869F
(99,134,159)
#7896AC
(120,150,172)
#8DA6B9
(141,166,185)
#A2B6C6
(162,182,198)
#B7C6D3
(183,198,211)
#CCD6E0
(204,214,224)
#E1E6ED
(225,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F466B color. Also use rgb(15,70,107) instead hex code.

Text Font Color

.myTextColor { color: #0F466B; }

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

This text font color is #0F466B.

Background Color

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

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

This div background color is #0F466B.

Border color

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

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

This div border color is #0F466B.

Opacity

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

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

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

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

This text has shadow with #0F466B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F466B.

Preview

Color preview on black background

This text has color #0F466B on black background.


Color preview on white background

This text has color #0F466B on white background.


Black color preview on #0F466B background

This text has black color on #0F466B background.


White color preview on #0F466B background

This text has white color on #0F466B background.


Related colors

Complementary color

Complementary color for #hex is #F0B994.


I love getcolorcode.com

Triadic colors

1 #6B0F46 and #466B0F with #0F466B are triadic colors.

2 #6B460F and #460F6B with #0F466B are triadic colors.