Html Css Color HEX #080060 Navy

📋 copy color: '#080060'

red 8 ◦ green 0 ◦ blue 96

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

Shades of Navy #080060

Tints of Navy #080060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 92.31%

R = 7.69%
G = 0%
B = 92.31%

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

#080060 (or 0x080060) is known color: Navy. HEX triplet: 08, 00 and 60. RGB value is (8,0,96). Sum of RGB (Red+Green+Blue) = 8+0+96=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 96 (37.89% from 255 or 92.31% from 104); Max value from RGB is 96 - color contains mainly: blue. Hex color #080060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080060 is #F7FF9F. Grayscale: #0C0C0C. Windows color (decimal): -16252832 or 6291464. OLE color: 6291464.

HSL color Cylindrical-coordinate representation of color #080060: hue angle of 245º 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 #080060 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 8 0 96 -
CMYK 0.92 1 0 0.62
HSL 245º 1% 0.19% -
HSV(B) 245º 1% 0.38% -
XYZ 2.21 0.9 11.12 -
YUV 13.34 174.65 124.19 -
System Red Green Blue C M Y K H S L
Decimal 8 0 96 0.92 1 0 0.62 245 1 0.19
Hex 8 0 60 5C 64 0 3E F5 64 13
Octal 10 0 140 134 144 0 76 365 144 23
Binary 1000 0 1100000 1011100 1100100 0 111110 11110101 1100100 10011

Color Harmonies of #080060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080060

Black with #080060

Text Example


Text Example

White with #080060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080060; }

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

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

background-color css

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

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

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

border-color css

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

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

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