#040981

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

Shades of Navy #040981

Tints of Navy #040981

Color information

#040981 (or 0x040981) is unknown color: approx Navy. HEX triplet: 04, 09 and 81. RGB value is (4,9,129). Sum of RGB (Red+Green+Blue) = 4+9+129=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 129 (50.78% from 255 or 90.85% from 142); Max value from RGB is 129 - color contains mainly: blue. Hex color #040981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040981 is #FBF67E. Grayscale: #141414. Windows color (decimal): -16512639 or 8456452. OLE color: 8456452.

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

Color convert

RGB49129-
CMYK0.970.9300.49
HSL237.6º93.98%26.08%-
HSV(B)237.6º96.9%50.59%-
XYZ4.111.8120.9-
YUV21.18188.84115.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 129 (50.78% from 255) = 90.85%
R=2.82%
G=6.34%
B=90.85%

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
Decimal491290.970.9300.49237.693.9826.08
Hex4981615D031ee5e1a
Octal41120114113506135613632
Binary10010011000000111000011011101011000111101110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040981; }

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

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

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

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

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

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

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

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