#040982

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

Shades of Navy #040982

Tints of Navy #040982

Color information

#040982 (or 0x040982) is unknown color: approx Navy. HEX triplet: 04, 09 and 82. RGB value is (4,9,130). Sum of RGB (Red+Green+Blue) = 4+9+130=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 130 (51.17% from 255 or 90.91% from 143); Max value from RGB is 130 - color contains mainly: blue. Hex color #040982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040982 is #FBF67D. Grayscale: #141414. Windows color (decimal): -16512638 or 8521988. OLE color: 8521988.

HSL color Cylindrical-coordinate representation of color #040982: hue angle of 237.62º 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 #040982 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB49130-
CMYK0.970.9300.49
HSL237.62º94.03%26.27%-
HSV(B)237.62º96.92%50.98%-
XYZ4.181.8321.25-
YUV21.3189.34115.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 130 (51.17% from 255) = 90.91%
R=2.80%
G=6.29%
B=90.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491300.970.9300.49237.6294.0326.27
Hex4982615D031ee5e1a
Octal41120214113506135613632
Binary10010011000001011000011011101011000111101110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040982; }

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

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

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

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

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

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

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

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