#000A83

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

Shades of Navy #000A83

Tints of Navy #000A83

Color information

#000A83 (or 0x000A83) is unknown color: approx Navy. HEX triplet: 00, 0A and 83. RGB value is (0,10,131). Sum of RGB (Red+Green+Blue) = 0+10+131=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 131 (51.56% from 255 or 92.91% from 141); Max value from RGB is 131 - color contains mainly: blue. Hex color #000A83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000A83 is #FFF57C. Grayscale: #141414. Windows color (decimal): -16774525 or 8587776. OLE color: 8587776.

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

Color convert

RGB010131-
CMYK10.9200.49
HSL235.42º100%25.69%-
HSV(B)235.42º100%51.37%-
XYZ4.211.8621.61-
YUV20.8190.19113.16-

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.09%
BLUE value IS 131 (51.56% from 255) = 92.91%
R=0%
G=7.09%
B=92.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01013110.9200.49235.4210025.69
Hex0A83645C031eb641a
Octal01220314413406135314432
Binary010101000001111001001011100011000111101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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