Html Css Color HEX #080570 Navy

📋 copy color: '#080570'

red 8 ◦ green 5 ◦ blue 112

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

Shades of Navy #080570

Tints of Navy #080570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4%

 BLUE value IS 112 (44.14% from 255) = 89.6%

R = 6.4%
G = 4%
B = 89.6%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080570 (or 0x080570) is known color: Navy. HEX triplet: 08, 05 and 70. RGB value is (8,5,112). Sum of RGB (Red+Green+Blue) = 8+5+112=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 112 (44.14% from 255 or 89.6% from 125); Max value from RGB is 112 - color contains mainly: blue. Hex color #080570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080570 is #F7FA8F. Grayscale: #111111. Windows color (decimal): -16251536 or 7341320. OLE color: 7341320.

HSL color Cylindrical-coordinate representation of color #080570: hue angle of 241.68º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080570 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 5 112 -
CMYK 0.93 0.96 0 0.56
HSL 241.68º 0.91% 0.23% -
HSV(B) 241.68º 0.96% 0.44% -
XYZ 3.08 1.33 15.42 -
YUV 18.1 180.99 120.8 -
System Red Green Blue C M Y K H S L
Decimal 8 5 112 0.93 0.96 0 0.56 241.68 0.91 0.23
Hex 8 5 70 5D 60 0 38 F2 5B 17
Octal 10 5 160 135 140 0 70 362 133 27
Binary 1000 101 1110000 1011101 1100000 0 111000 11110010 1011011 10111

Color Harmonies of #080570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080570

Black with #080570

Text Example


Text Example

White with #080570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080570; }

 p { color: rgb(8,5,112); }

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

background-color css

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

 a { background-color: rgb(8,5,112); }

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

border-color css

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

 span { border-color: rgb(8,5,112); }

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