COLOR #0F437B

HEX: #0F437B RGB: (15,67,123)

Color info

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

RGB color model

#0F437B color RGB value is (15,67,123).

RGB: (15,67,123) (6%, 26%, 48%)

RGB channels and saturation

R 15 of 255 = 6%
G 67 of 255 = 26%
B 123 of 255 = 48%

15
67
123

R + G + B ~ 27%. #0F437B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 67 + 123 = 205 (100%)
R 15 of 205 ~ 7.32%
G 67 of 205 ~ 32.68%
B 123 of 205 ~ 60'%

%32.68
%60

CMYK color model

#0F437B color CMYK value is (88,46,0,52).

  • cyan value is 87.80%
  • magenta value is 45.53%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (88,46,0,52)
C88M46Y0K52 (88%, 46%, 0%, 52%)
(0.88 / 0.46 / 0.00 / 0.52)

CMYK percentages

%87.8
%45.53
%0
%51.76

Codes

Color #0F437B in popluar color models

0F 43 7B
RGB 15 67 123
HSL 211° 78.26% 27.06%
HSB/HSV 211° 87.80% 48.24%
CMYK 87.80% 45.53% 0.00%
51.76%

Color #0F437B in popluar number systems.

HEX 0F 43 7B
Decimal 15 67 123
Binary 1111 1000011 1111011
Octal 17 103 173

Shades and tints

Shades of #0F437B

#0F437B
(15,67,123)
#0E3D70
(14,61,112)
#0D3765
(13,55,101)
#0C315A
(12,49,90)
#0B2B4F
(11,43,79)
#0A2544
(10,37,68)
#091F39
(9,31,57)
#08192E
(8,25,46)
#071323
(7,19,35)
#060D18
(6,13,24)
#05070D
(5,7,13)
#000000
(0,0,0)

Tints of #0F437B

#0F437B
(15,67,123)
#245487
(36,84,135)
#396593
(57,101,147)
#4E769F
(78,118,159)
#6387AB
(99,135,171)
#7898B7
(120,152,183)
#8DA9C3
(141,169,195)
#A2BACF
(162,186,207)
#B7CBDB
(183,203,219)
#CCDCE7
(204,220,231)
#E1EDF3
(225,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F437B color. Also use rgb(15,67,123) instead hex code.

Text Font Color

.myTextColor { color: #0F437B; }

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

This text font color is #0F437B.

Background Color

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

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

This div background color is #0F437B.

Border color

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

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

This div border color is #0F437B.

Opacity

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

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

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

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

This text has shadow with #0F437B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F437B.

Preview

Color preview on black background

This text has color #0F437B on black background.


Color preview on white background

This text has color #0F437B on white background.


Black color preview on #0F437B background

This text has black color on #0F437B background.


White color preview on #0F437B background

This text has white color on #0F437B background.


Related colors

Complementary color

Complementary color for #hex is #F0BC84.


I love getcolorcode.com

Triadic colors

1 #7B0F43 and #437B0F with #0F437B are triadic colors.

2 #7B430F and #430F7B with #0F437B are triadic colors.