COLOR #080B4E

HEX: #080B4E RGB: (8,11,78)

Color info

#080B4E contains mainly blue color. Web safe color of #080B4E is #000066 (or #006).

RGB color model

#080B4E color RGB value is (8,11,78).

RGB: (8,11,78) (3%, 4%, 31%)

RGB channels and saturation

R 8 of 255 = 3%
G 11 of 255 = 4%
B 78 of 255 = 31%

8
11
78

R + G + B ~ 13%. #080B4E is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 11 + 78 = 97 (100%)
R 8 of 97 ~ 8.25%
G 11 of 97 ~ 11.34%
B 78 of 97 ~ 80.41'%

%11.34
%80.41

CMYK color model

#080B4E color CMYK value is (90,86,0,69).

  • cyan value is 89.74%
  • magenta value is 85.90%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (90,86,0,69)
C90M86Y0K69 (90%, 86%, 0%, 69%)
(0.90 / 0.86 / 0.00 / 0.69)

CMYK percentages

%89.74
%85.9
%0
%69.41

Codes

Color #080B4E in popluar color models

08 0B 4E
RGB 8 11 78
HSL 237° 81.40% 16.86%
HSB/HSV 237° 89.74% 30.59%
CMYK 89.74% 85.90% 0.00%
69.41%

Color #080B4E in popluar number systems.

HEX 08 0B 4E
Decimal 8 11 78
Binary 1000 1011 1001110
Octal 10 13 116

Shades and tints

Shades of #080B4E

#080B4E
(8,11,78)
#080A47
(8,10,71)
#080940
(8,9,64)
#080839
(8,8,57)
#080732
(8,7,50)
#08062B
(8,6,43)
#080524
(8,5,36)
#08041D
(8,4,29)
#080316
(8,3,22)
#08020F
(8,2,15)
#080108
(8,1,8)
#000000
(0,0,0)

Tints of #080B4E

#080B4E
(8,11,78)
#1E215E
(30,33,94)
#34376E
(52,55,110)
#4A4D7E
(74,77,126)
#60638E
(96,99,142)
#76799E
(118,121,158)
#8C8FAE
(140,143,174)
#A2A5BE
(162,165,190)
#B8BBCE
(184,187,206)
#CED1DE
(206,209,222)
#E4E7EE
(228,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080B4E color. Also use rgb(8,11,78) instead hex code.

Text Font Color

.myTextColor { color: #080B4E; }

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

This text font color is #080B4E.

Background Color

.myBgColor { background-color: #080B4E; }

<div style="background-color:#080B4E">Inner text</div>

This div background color is #080B4E.

Border color

.myBorderColor { border: 1px solid #080B4E; }

<div style="border:3px solid #080B4E">Div</div>

This div border color is #080B4E.

Opacity

.myOpacity80 { color: #080B4E; opacity: 0.8; }

<p style="color:#080B4E;opacity:0.8;">80%</p>

Text with #080B4E 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 #080B4E;}

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

This text has shadow with #080B4E color.


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

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

This text has shadow with #080B4E primary color and red secondary color.


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

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

This text has shadow with #080B4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #080B4E.

Preview

Color preview on black background

This text has color #080B4E on black background.


Color preview on white background

This text has color #080B4E on white background.


Black color preview on #080B4E background

This text has black color on #080B4E background.


White color preview on #080B4E background

This text has white color on #080B4E background.


Related colors

Complementary color

Complementary color for #hex is #F7F4B1.


I love getcolorcode.com

Triadic colors

1 #4E080B and #0B4E08 with #080B4E are triadic colors.

2 #4E0B08 and #0B084E with #080B4E are triadic colors.