COLOR #080B4B

HEX: #080B4B
RGB: (8,11,75)

Color info

#080B4B contains mainly blue color. Web safe color of #080B4B is #000033 (or #003).

RGB color model

#080B4B color RGB value is (8,11,75).

  • red value is 8;
  • green value is 11;
  • blue value is 75.
RGB:
(8,11,75)
(3%,4%,29%)

RGB channels and saturation

R 8 of 255 = 3%
G 11 of 255 = 4%
B 75 of 255 = 29%

8
11
75

R + G + B ~ 12%. #080B4B is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 11 + 75 = 94 (100%)
R 8 of 94 ~ 8.51%
G 11 of 94 ~ 11.7%
B 75 of 94 ~ 79.79%

%11.7
%79.79

CMYK color model

#080B4B color CMYK value is (89,85,0,71).

  • cyan value is 89.33%
  • magenta value is 85.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(89,85,0,71)
C89M85Y0K71 
(89%,85%,0%,71%)
(0.89/0.85/0.00/0.71)	

CMYK percentages

%89.33
%85.33
%0
%70.59

Codes

Color #080B4B in popluar color models

080B4B
RGB81175
HSL237°80.72%16.27%
HSB/HSV237°89.33%29.41%
CMYK89.33%85.33%0.00%
70.59%

Color #080B4B in popluar number systems.

HEX080B4B
Decimal81175
Binary100010111001011
Octal1013113

Shades and tints

Shades of #080B4B

#080B4B
(8,11,75)
#080A45
(8,10,69)
#08093F
(8,9,63)
#080839
(8,8,57)
#080733
(8,7,51)
#08062D
(8,6,45)
#080527
(8,5,39)
#080421
(8,4,33)
#08031B
(8,3,27)
#080215
(8,2,21)
#08010F
(8,1,15)
#000000
(0,0,0)

Tints of #080B4B

#080B4B
(8,11,75)
#1E215B
(30,33,91)
#34376B
(52,55,107)
#4A4D7B
(74,77,123)
#60638B
(96,99,139)
#76799B
(118,121,155)
#8C8FAB
(140,143,171)
#A2A5BB
(162,165,187)
#B8BBCB
(184,187,203)
#CED1DB
(206,209,219)
#E4E7EB
(228,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080B4B; }

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

This text font color is #080B4B.


Background Color

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

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

This div background color is #080B4B.


Border color

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

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

This div border color is #080B4B.


Opacity

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

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

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

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

This text has shadow with #080B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #080B4B on black background.


Color preview on white background

This text has color #080B4B on white background.



Black color preview on #080B4B background

This text has black color on #080B4B background.


White color preview on #080B4B background

This text has white color on #080B4B background.