COLOR #0F385B

HEX: #0F385B RGB: (15,56,91)

Color info

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

RGB color model

#0F385B color RGB value is (15,56,91).

RGB: (15,56,91) (6%, 22%, 36%)

RGB channels and saturation

R 15 of 255 = 6%
G 56 of 255 = 22%
B 91 of 255 = 36%

15
56
91

R + G + B ~ 21%. #0F385B is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 56 + 91 = 162 (100%)
R 15 of 162 ~ 9.26%
G 56 of 162 ~ 34.57%
B 91 of 162 ~ 56.17'%

%34.57
%56.17

CMYK color model

#0F385B color CMYK value is (84,38,0,64).

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

CMYK: (84,38,0,64)
C84M38Y0K64 (84%, 38%, 0%, 64%)
(0.84 / 0.38 / 0.00 / 0.64)

CMYK percentages

%83.52
%38.46
%0
%64.31

Codes

Color #0F385B in popluar color models

0F 38 5B
RGB 15 56 91
HSL 208° 71.70% 20.78%
HSB/HSV 208° 83.52% 35.69%
CMYK 83.52% 38.46% 0.00%
64.31%

Color #0F385B in popluar number systems.

HEX 0F 38 5B
Decimal 15 56 91
Binary 1111 111000 1011011
Octal 17 70 133

Shades and tints

Shades of #0F385B

#0F385B
(15,56,91)
#0E3353
(14,51,83)
#0D2E4B
(13,46,75)
#0C2943
(12,41,67)
#0B243B
(11,36,59)
#0A1F33
(10,31,51)
#091A2B
(9,26,43)
#081523
(8,21,35)
#07101B
(7,16,27)
#060B13
(6,11,19)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #0F385B

#0F385B
(15,56,91)
#244A69
(36,74,105)
#395C77
(57,92,119)
#4E6E85
(78,110,133)
#638093
(99,128,147)
#7892A1
(120,146,161)
#8DA4AF
(141,164,175)
#A2B6BD
(162,182,189)
#B7C8CB
(183,200,203)
#CCDAD9
(204,218,217)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F385B; }

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

This text font color is #0F385B.

Background Color

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

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

This div background color is #0F385B.

Border color

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

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

This div border color is #0F385B.

Opacity

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

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

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

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

This text has shadow with #0F385B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F385B.

Preview

Color preview on black background

This text has color #0F385B on black background.


Color preview on white background

This text has color #0F385B on white background.


Black color preview on #0F385B background

This text has black color on #0F385B background.


White color preview on #0F385B background

This text has white color on #0F385B background.


Related colors

Complementary color

Complementary color for #hex is #F0C7A4.


I love getcolorcode.com

Triadic colors

1 #5B0F38 and #385B0F with #0F385B are triadic colors.

2 #5B380F and #380F5B with #0F385B are triadic colors.