#040372

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

Shades of Navy #040372

Tints of Navy #040372

Color information

#040372 (or 0x040372) is unknown color: approx Navy. HEX triplet: 04, 03 and 72. RGB value is (4,3,114). Sum of RGB (Red+Green+Blue) = 4+3+114=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 114 (44.92% from 255 or 94.21% from 121); Max value from RGB is 114 - color contains mainly: blue. Hex color #040372 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040372 is #FBFC8D. Grayscale: #0F0F0F. Windows color (decimal): -16514190 or 7471876. OLE color: 7471876.

HSL color Cylindrical-coordinate representation of color #040372: hue angle of 240.54º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040372 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB43114-
CMYK0.960.9700.55
HSL240.54º94.87%22.94%-
HSV(B)240.54º97.37%44.71%-
XYZ3.121.3116.01-
YUV15.95183.33119.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 114 (44.92% from 255) = 94.21%
R=3.31%
G=2.48%
B=94.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431140.960.9700.55240.5494.8722.94
Hex43726061037f15f17
Octal4316214014106736113727
Binary10011111001011000001100001011011111110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040372; }

 p { color: rgb(4,3,114); }

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

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

 a { background-color: rgb(4,3,114); }

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

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

 span { border-color: rgb(4,3,114); }

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