Html Css Color HEX #080070 Navy

📋 copy color: '#080070'

red 8 ◦ green 0 ◦ blue 112

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

Shades of Navy #080070

Tints of Navy #080070

RGB

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

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

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

R = 6.67%
G = 0%
B = 93.33%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#080070 (or 0x080070) is known color: Navy. HEX triplet: 08, 00 and 70. RGB value is (8,0,112). Sum of RGB (Red+Green+Blue) = 8+0+112=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 112 (44.14% from 255 or 93.33% from 120); Max value from RGB is 112 - color contains mainly: blue. Hex color #080070 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080070 is #F7FF8F. Grayscale: #0E0E0E. Windows color (decimal): -16252816 or 7340040. OLE color: 7340040.

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

Color convert

RGB 8 0 112 -
CMYK 0.93 1 0 0.56
HSL 244.29º 1% 0.22% -
HSV(B) 244.29º 1% 0.44% -
XYZ 3.02 1.22 15.41 -
YUV 15.16 182.65 122.89 -
System Red Green Blue C M Y K H S L
Decimal 8 0 112 0.93 1 0 0.56 244.29 1 0.22
Hex 8 0 70 5D 64 0 38 F4 64 16
Octal 10 0 160 135 144 0 70 364 144 26
Binary 1000 0 1110000 1011101 1100100 0 111000 11110100 1100100 10110

Color Harmonies of #080070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080070

Black with #080070

Text Example


Text Example

White with #080070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080070; }

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

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

background-color css

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

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

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

border-color css

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

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

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