#080A70

Color #080A70 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #080A70

Tints of Navy #080A70

Color information

#080A70 (or 0x080A70) is unknown color: approx Navy. HEX triplet: 08, 0A and 70. RGB value is (8,10,112). Sum of RGB (Red+Green+Blue) = 8+10+112=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #080A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A70 is #F7F58F. Grayscale: #141414. Windows color (decimal): -16250256 or 7342600. OLE color: 7342600.

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

Color convert

RGB810112-
CMYK0.930.9100.56
HSL238.85º86.67%23.53%-
HSV(B)238.85º92.86%43.92%-
XYZ3.131.4415.44-
YUV21.03179.34118.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 112 (44.14% from 255) = 86.15%
R=6.15%
G=7.69%
B=86.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8101120.930.9100.56238.8586.6723.53
Hex8A705D5B038ef5718
Octal101216013513307035712730
Binary10001010111000010111011011011011100011101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080A70; }

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

 H1.HeaderClassName
 {
   color: #080A70;
 }
 .AnyTagClassName
 {
   color: #080A70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #080A70;
 }
 .BgClassName
 {
   background-color: #080A70;
 }
</style>
border-color css

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

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

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