COLOR #080B49

HEX: #080B49 RGB: (8,11,73)

Color info

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

RGB color model

#080B49 color RGB value is (8,11,73).

RGB: (8,11,73) (3%, 4%, 29%)

RGB channels and saturation

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

8
11
73

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

Portions of RGB colors in percentages

R + G + B = 8 + 11 + 73 = 92 (100%)
R 8 of 92 ~ 8.7%
G 11 of 92 ~ 11.96%
B 73 of 92 ~ 79.35'%

%11.96
%79.35

CMYK color model

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

  • cyan value is 89.04%
  • magenta value is 84.93%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (89,85,0,71)
C89M85Y0K71 (89%, 85%, 0%, 71%)
(0.89 / 0.85 / 0.00 / 0.71)

CMYK percentages

%89.04
%84.93
%0
%71.37

Codes

Color #080B49 in popluar color models

08 0B 49
RGB 8 11 73
HSL 237° 80.25% 15.88%
HSB/HSV 237° 89.04% 28.63%
CMYK 89.04% 84.93% 0.00%
71.37%

Color #080B49 in popluar number systems.

HEX 08 0B 49
Decimal 8 11 73
Binary 1000 1011 1001001
Octal 10 13 111

Shades and tints

Shades of #080B49

#080B49
(8,11,73)
#080A43
(8,10,67)
#08093D
(8,9,61)
#080837
(8,8,55)
#080731
(8,7,49)
#08062B
(8,6,43)
#080525
(8,5,37)
#08041F
(8,4,31)
#080319
(8,3,25)
#080213
(8,2,19)
#08010D
(8,1,13)
#000000
(0,0,0)

Tints of #080B49

#080B49
(8,11,73)
#1E2159
(30,33,89)
#343769
(52,55,105)
#4A4D79
(74,77,121)
#606389
(96,99,137)
#767999
(118,121,153)
#8C8FA9
(140,143,169)
#A2A5B9
(162,165,185)
#B8BBC9
(184,187,201)
#CED1D9
(206,209,217)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #080B49; }

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

This text font color is #080B49.

Background Color

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

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

This div background color is #080B49.

Border color

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

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

This div border color is #080B49.

Opacity

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

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

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

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

This text has shadow with #080B49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080B49.

Preview

Color preview on black background

This text has color #080B49 on black background.


Color preview on white background

This text has color #080B49 on white background.


Black color preview on #080B49 background

This text has black color on #080B49 background.


White color preview on #080B49 background

This text has white color on #080B49 background.


Related colors

Complementary color

Complementary color for #hex is #F7F4B6.


I love getcolorcode.com

Triadic colors

1 #49080B and #0B4908 with #080B49 are triadic colors.

2 #490B08 and #0B0849 with #080B49 are triadic colors.