#040182

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

Shades of Navy #040182

Tints of Navy #040182

Color information

#040182 (or 0x040182) is unknown color: approx Navy. HEX triplet: 04, 01 and 82. RGB value is (4,1,130). Sum of RGB (Red+Green+Blue) = 4+1+130=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 130 (51.17% from 255 or 96.30% from 135); Max value from RGB is 130 - color contains mainly: blue. Hex color #040182 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040182 is #FBFE7D. Grayscale: #101010. Windows color (decimal): -16514686 or 8519940. OLE color: 8519940.

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

Color convert

RGB41130-
CMYK0.970.9900.49
HSL241.4º98.47%25.69%-
HSV(B)241.4º99.23%50.98%-
XYZ4.091.6621.22-
YUV16.6191.99119.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 130 (51.17% from 255) = 96.30%
R=2.96%
G=0.74%
B=96.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411300.970.9900.49241.498.4725.69
Hex41826163031f1621a
Octal4120214114306136114232
Binary10011000001011000011100011011000111110001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040182; }

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

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

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

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

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

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

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

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