COLOR #0F064D

HEX: #0F064D RGB: (15,6,77)

Color info

#0F064D contains mainly blue color. Web safe color of #0F064D is #000033 (or #003).

RGB color model

#0F064D color RGB value is (15,6,77).

RGB: (15,6,77) (6%, 2%, 30%)

RGB channels and saturation

R 15 of 255 = 6%
G 6 of 255 = 2%
B 77 of 255 = 30%

15
6
77

R + G + B ~ 13%. #0F064D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 6 + 77 = 98 (100%)
R 15 of 98 ~ 15.31%
G 6 of 98 ~ 6.12%
B 77 of 98 ~ 78.57'%

%15.31
%78.57

CMYK color model

#0F064D color CMYK value is (81,92,0,70).

  • cyan value is 80.52%
  • magenta value is 92.21%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (81,92,0,70)
C81M92Y0K70 (81%, 92%, 0%, 70%)
(0.81 / 0.92 / 0.00 / 0.70)

CMYK percentages

%80.52
%92.21
%0
%69.8

Codes

Color #0F064D in popluar color models

0F 06 4D
RGB 15 6 77
HSL 248° 85.54% 16.27%
HSB/HSV 248° 92.21% 30.20%
CMYK 80.52% 92.21% 0.00%
69.80%

Color #0F064D in popluar number systems.

HEX 0F 06 4D
Decimal 15 6 77
Binary 1111 110 1001101
Octal 17 6 115

Shades and tints

Shades of #0F064D

#0F064D
(15,6,77)
#0E0646
(14,6,70)
#0D063F
(13,6,63)
#0C0638
(12,6,56)
#0B0631
(11,6,49)
#0A062A
(10,6,42)
#090623
(9,6,35)
#08061C
(8,6,28)
#070615
(7,6,21)
#06060E
(6,6,14)
#050607
(5,6,7)
#000000
(0,0,0)

Tints of #0F064D

#0F064D
(15,6,77)
#241C5D
(36,28,93)
#39326D
(57,50,109)
#4E487D
(78,72,125)
#635E8D
(99,94,141)
#78749D
(120,116,157)
#8D8AAD
(141,138,173)
#A2A0BD
(162,160,189)
#B7B6CD
(183,182,205)
#CCCCDD
(204,204,221)
#E1E2ED
(225,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F064D color. Also use rgb(15,6,77) instead hex code.

Text Font Color

.myTextColor { color: #0F064D; }

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

This text font color is #0F064D.

Background Color

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

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

This div background color is #0F064D.

Border color

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

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

This div border color is #0F064D.

Opacity

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

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

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

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

This text has shadow with #0F064D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F064D.

Preview

Color preview on black background

This text has color #0F064D on black background.


Color preview on white background

This text has color #0F064D on white background.


Black color preview on #0F064D background

This text has black color on #0F064D background.


White color preview on #0F064D background

This text has white color on #0F064D background.


Related colors

Complementary color

Complementary color for #hex is #F0F9B2.


I love getcolorcode.com

Triadic colors

1 #4D0F06 and #064D0F with #0F064D are triadic colors.

2 #4D060F and #060F4D with #0F064D are triadic colors.