#040A82

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

Shades of Navy #040A82

Tints of Navy #040A82

Color information

#040A82 (or 0x040A82) is unknown color: approx Navy. HEX triplet: 04, 0A and 82. RGB value is (4,10,130). Sum of RGB (Red+Green+Blue) = 4+10+130=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 130 (51.17% from 255 or 90.28% from 144); Max value from RGB is 130 - color contains mainly: blue. Hex color #040A82 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040A82 is #FBF57D. Grayscale: #151515. Windows color (decimal): -16512382 or 8522244. OLE color: 8522244.

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

Color convert

RGB410130-
CMYK0.970.9200.49
HSL237.14º94.03%26.27%-
HSV(B)237.14º96.92%50.98%-
XYZ4.191.8521.26-
YUV21.89189.01115.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 130 (51.17% from 255) = 90.28%
R=2.78%
G=6.94%
B=90.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4101300.970.9200.49237.1494.0326.27
Hex4A82615C031ed5e1a
Octal41220214113406135513632
Binary10010101000001011000011011100011000111101101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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