Html Css Color HEX #080E83 Navy

📋 copy color: '#080E83'

red 8 ◦ green 14 ◦ blue 131

#080E83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #080E83

Tints of Navy #080E83

RGB

 RED value IS 8 (3.52% from 255) = 5.23%

 GREEN value IS 14 (5.86% from 255) = 9.15%

 BLUE value IS 131 (51.56% from 255) = 85.62%

R = 5.23%
G = 9.15%
B = 85.62%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#080E83 (or 0x080E83) is known color: Navy. HEX triplet: 08, 0E and 83. RGB value is (8,14,131). Sum of RGB (Red+Green+Blue) = 8+14+131=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 131 (51.56% from 255 or 85.62% from 153); Max value from RGB is 131 - color contains mainly: blue. Hex color #080E83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080E83 is #F7F17C. Grayscale: #191919. Windows color (decimal): -16249213 or 8588808. OLE color: 8588808.

HSL color Cylindrical-coordinate representation of color #080E83: hue angle of 237.07º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080E83 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 14 131 -
CMYK 0.94 0.89 0 0.49
HSL 237.07º 0.88% 0.27% -
HSV(B) 237.07º 0.94% 0.51% -
XYZ 4.35 2 21.63 -
YUV 25.54 187.51 115.49 -
System Red Green Blue C M Y K H S L
Decimal 8 14 131 0.94 0.89 0 0.49 237.07 0.88 0.27
Hex 8 E 83 5E 59 0 31 ED 58 1B
Octal 10 16 203 136 131 0 61 355 130 33
Binary 1000 1110 10000011 1011110 1011001 0 110001 11101101 1011000 11011

Color Harmonies of #080E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E83

Black with #080E83

Text Example


Text Example

White with #080E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080E83; }

 p { color: rgb(8,14,131); }

 H1.HeaderClassName
 {
   color: #080E83;
 }
 .AnyTagClassName
 {
   color: #080E83;
 }
</style>

background-color css

<style>
 a { background-color: #080E83; }

 a { background-color: rgb(8,14,131); }

 div.DivClassName
 {
   background-color: #080E83;
 }
 .BgClassName
 {
   background-color: #080E83;
 }
</style>

border-color css

<style>
 span { border-color: #080E83; }

 span { border-color: rgb(8,14,131); }

 td.TdClassName
 {
   border-color: #080E83;
 }
 .TagClassName
 {
   border-color: #080E83;
 }
</style>