#080272

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

Shades of Navy #080272

Tints of Navy #080272

Color information

#080272 (or 0x080272) is unknown color: approx Navy. HEX triplet: 08, 02 and 72. RGB value is (8,2,114). Sum of RGB (Red+Green+Blue) = 8+2+114=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 114 (44.92% from 255 or 91.94% from 124); Max value from RGB is 114 - color contains mainly: blue. Hex color #080272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080272 is #F7FD8D. Grayscale: #101010. Windows color (decimal): -16252302 or 7471624. OLE color: 7471624.

HSL color Cylindrical-coordinate representation of color #080272: hue angle of 243.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080272 is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB82114-
CMYK0.930.9800.55
HSL243.21º96.55%22.75%-
HSV(B)243.21º98.25%44.71%-
XYZ3.161.3116.01-
YUV16.56182.99121.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.45%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 114 (44.92% from 255) = 91.94%
R=6.45%
G=1.61%
B=91.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal821140.930.9800.55243.2196.5522.75
Hex82725D62037f36117
Octal10216213514206736314127
Binary100010111001010111011100010011011111110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080272; }

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

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

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

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

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

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

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

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