#080271

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

Shades of Navy #080271

Tints of Navy #080271

Color information

#080271 (or 0x080271) is unknown color: approx Navy. HEX triplet: 08, 02 and 71. RGB value is (8,2,113). Sum of RGB (Red+Green+Blue) = 8+2+113=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 113 (44.53% from 255 or 91.87% from 123); Max value from RGB is 113 - color contains mainly: blue. Hex color #080271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080271 is #F7FD8E. Grayscale: #101010. Windows color (decimal): -16252303 or 7406088. OLE color: 7406088.

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

Color convert

RGB82113-
CMYK0.930.9800.56
HSL243.24º96.52%22.55%-
HSV(B)243.24º98.23%44.31%-
XYZ3.11.2915.71-
YUV16.45182.49121.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 113 (44.53% from 255) = 91.87%
R=6.50%
G=1.63%
B=91.87%

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
Decimal821130.930.9800.56243.2496.5222.55
Hex82715D62038f36117
Octal10216113514207036314127
Binary100010111000110111011100010011100011110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080271; }

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

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

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

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

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

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

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

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