#000A84

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

Shades of Navy #000A84

Tints of Navy #000A84

Color information

#000A84 (or 0x000A84) is unknown color: approx Navy. HEX triplet: 00, 0A and 84. RGB value is (0,10,132). Sum of RGB (Red+Green+Blue) = 0+10+132=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 132 (51.95% from 255 or 92.96% from 142); Max value from RGB is 132 - color contains mainly: blue. Hex color #000A84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A84 is #FFF57B. Grayscale: #141414. Windows color (decimal): -16774524 or 8653312. OLE color: 8653312.

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

Color convert

RGB010132-
CMYK10.9200.48
HSL235.45º100%25.88%-
HSV(B)235.45º100%51.76%-
XYZ4.271.8821.97-
YUV20.92190.69113.08-

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.04%
BLUE value IS 132 (51.95% from 255) = 92.96%
R=0%
G=7.04%
B=92.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal01013210.9200.48235.4510025.88
Hex0A84645C030eb641a
Octal01220414413406035314432
Binary010101000010011001001011100011000011101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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