Html Css Color HEX #080062 Navy

📋 copy color: '#080062'

red 8 ◦ green 0 ◦ blue 98

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

Shades of Navy #080062

Tints of Navy #080062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 7.55%
G = 0%
B = 92.45%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#080062 (or 0x080062) is known color: Navy. HEX triplet: 08, 00 and 62. RGB value is (8,0,98). Sum of RGB (Red+Green+Blue) = 8+0+98=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #080062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080062 is #F7FF9D. Grayscale: #0D0D0D. Windows color (decimal): -16252830 or 6422536. OLE color: 6422536.

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

Color convert

RGB 8 0 98 -
CMYK 0.92 1 0 0.62
HSL 244.9º 1% 0.19% -
HSV(B) 244.9º 1% 0.38% -
XYZ 2.3 0.93 11.61 -
YUV 13.56 175.65 124.03 -
System Red Green Blue C M Y K H S L
Decimal 8 0 98 0.92 1 0 0.62 244.9 1 0.19
Hex 8 0 62 5C 64 0 3E F5 64 13
Octal 10 0 142 134 144 0 76 365 144 23
Binary 1000 0 1100010 1011100 1100100 0 111110 11110101 1100100 10011

Color Harmonies of #080062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080062

Black with #080062

Text Example


Text Example

White with #080062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080062; }

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

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

background-color css

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

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

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

border-color css

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

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

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