COLOR #080E61

HEX: #080E61 RGB: (8,14,97)

Color info

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

RGB color model

#080E61 color RGB value is (8,14,97).

RGB: (8,14,97) (3%, 5%, 38%)

RGB channels and saturation

R 8 of 255 = 3%
G 14 of 255 = 5%
B 97 of 255 = 38%

8
14
97

R + G + B ~ 15%. #080E61 is dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 14 + 97 = 119 (100%)
R 8 of 119 ~ 6.72%
G 14 of 119 ~ 11.76%
B 97 of 119 ~ 81.51'%

%11.76
%81.51

CMYK color model

#080E61 color CMYK value is (92,86,0,62).

  • cyan value is 91.75%
  • magenta value is 85.57%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (92,86,0,62)
C92M86Y0K62 (92%, 86%, 0%, 62%)
(0.92 / 0.86 / 0.00 / 0.62)

CMYK percentages

%91.75
%85.57
%0
%61.96

Codes

Color #080E61 in popluar color models

08 0E 61
RGB 8 14 97
HSL 236° 84.76% 20.59%
HSB/HSV 236° 91.75% 38.04%
CMYK 91.75% 85.57% 0.00%
61.96%

Color #080E61 in popluar number systems.

HEX 08 0E 61
Decimal 8 14 97
Binary 1000 1110 1100001
Octal 10 16 141

Shades and tints

Shades of #080E61

#080E61
(8,14,97)
#080D59
(8,13,89)
#080C51
(8,12,81)
#080B49
(8,11,73)
#080A41
(8,10,65)
#080939
(8,9,57)
#080831
(8,8,49)
#080729
(8,7,41)
#080621
(8,6,33)
#080519
(8,5,25)
#080411
(8,4,17)
#000000
(0,0,0)

Tints of #080E61

#080E61
(8,14,97)
#1E236F
(30,35,111)
#34387D
(52,56,125)
#4A4D8B
(74,77,139)
#606299
(96,98,153)
#7677A7
(118,119,167)
#8C8CB5
(140,140,181)
#A2A1C3
(162,161,195)
#B8B6D1
(184,182,209)
#CECBDF
(206,203,223)
#E4E0ED
(228,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #080E61 color. Also use rgb(8,14,97) instead hex code.

Text Font Color

.myTextColor { color: #080E61; }

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

This text font color is #080E61.

Background Color

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

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

This div background color is #080E61.

Border color

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

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

This div border color is #080E61.

Opacity

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

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

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

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

This text has shadow with #080E61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #080E61.

Preview

Color preview on black background

This text has color #080E61 on black background.


Color preview on white background

This text has color #080E61 on white background.


Black color preview on #080E61 background

This text has black color on #080E61 background.


White color preview on #080E61 background

This text has white color on #080E61 background.


Related colors

Complementary color

Complementary color for #hex is #F7F19E.


I love getcolorcode.com

Triadic colors

1 #61080E and #0E6108 with #080E61 are triadic colors.

2 #610E08 and #0E0861 with #080E61 are triadic colors.