Html Css Color HEX #080162 Navy

📋 copy color: '#080162'

red 8 ◦ green 1 ◦ blue 98

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

Shades of Navy #080162

Tints of Navy #080162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.93%

 BLUE value IS 98 (38.67% from 255) = 91.59%

R = 7.48%
G = 0.93%
B = 91.59%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080162 (or 0x080162) is known color: Navy. HEX triplet: 08, 01 and 62. RGB value is (8,1,98). Sum of RGB (Red+Green+Blue) = 8+1+98=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 98 (38.67% from 255 or 91.59% from 107); Max value from RGB is 98 - color contains mainly: blue. Hex color #080162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080162 is #F7FE9D. Grayscale: #0D0D0D. Windows color (decimal): -16252574 or 6422792. OLE color: 6422792.

HSL color Cylindrical-coordinate representation of color #080162: hue angle of 244.33º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080162 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 1 98 -
CMYK 0.92 0.99 0 0.62
HSL 244.33º 0.98% 0.19% -
HSV(B) 244.33º 0.99% 0.38% -
XYZ 2.32 0.96 11.62 -
YUV 14.15 175.32 123.61 -
System Red Green Blue C M Y K H S L
Decimal 8 1 98 0.92 0.99 0 0.62 244.33 0.98 0.19
Hex 8 1 62 5C 63 0 3E F4 62 13
Octal 10 1 142 134 143 0 76 364 142 23
Binary 1000 1 1100010 1011100 1100011 0 111110 11110100 1100010 10011

Color Harmonies of #080162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080162

Black with #080162

Text Example


Text Example

White with #080162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080162; }

 p { color: rgb(8,1,98); }

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

background-color css

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

 a { background-color: rgb(8,1,98); }

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

border-color css

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

 span { border-color: rgb(8,1,98); }

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