#000A82

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

Shades of Navy #000A82

Tints of Navy #000A82

Color information

#000A82 (or 0x000A82) is unknown color: approx Navy. HEX triplet: 00, 0A and 82. RGB value is (0,10,130). Sum of RGB (Red+Green+Blue) = 0+10+130=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 130 (51.17% from 255 or 92.86% from 140); Max value from RGB is 130 - color contains mainly: blue. Hex color #000A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A82 is #FFF57D. Grayscale: #141414. Windows color (decimal): -16774526 or 8522240. OLE color: 8522240.

HSL color Cylindrical-coordinate representation of color #000A82: hue angle of 235.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A82 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB010130-
CMYK10.9200.49
HSL235.38º100%25.49%-
HSV(B)235.38º100%50.98%-
XYZ4.141.8321.25-
YUV20.69189.69113.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 130 (51.17% from 255) = 92.86%
R=0%
G=7.14%
B=92.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01013010.9200.49235.3810025.49
Hex0A82645C031eb6419
Octal01220214413406135314431
Binary010101000001011001001011100011000111101011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A82; }

 p { color: rgb(0,10,130); }

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

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

 a { background-color: rgb(0,10,130); }

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

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

 span { border-color: rgb(0,10,130); }

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