#080270

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

Shades of Navy #080270

Tints of Navy #080270

Color information

#080270 (or 0x080270) is unknown color: approx Navy. HEX triplet: 08, 02 and 70. RGB value is (8,2,112). Sum of RGB (Red+Green+Blue) = 8+2+112=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 112 (44.14% from 255 or 91.80% from 122); Max value from RGB is 112 - color contains mainly: blue. Hex color #080270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080270 is #F7FD8F. Grayscale: #0F0F0F. Windows color (decimal): -16252304 or 7340552. OLE color: 7340552.

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

Color convert

RGB82112-
CMYK0.930.9800.56
HSL243.27º96.49%22.35%-
HSV(B)243.27º98.21%43.92%-
XYZ3.051.2615.41-
YUV16.33181.99122.06-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 112 (44.14% from 255) = 91.80%
R=6.56%
G=1.64%
B=91.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal821120.930.9800.56243.2796.4922.35
Hex82705D62038f36016
Octal10216013514207036314026
Binary100010111000010111011100010011100011110011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080270; }

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

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

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

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

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

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

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

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