#040772

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

Shades of Navy #040772

Tints of Navy #040772

Color information

#040772 (or 0x040772) is unknown color: approx Navy. HEX triplet: 04, 07 and 72. RGB value is (4,7,114). Sum of RGB (Red+Green+Blue) = 4+7+114=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 114 (44.92% from 255 or 91.2% from 125); Max value from RGB is 114 - color contains mainly: blue. Hex color #040772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040772 is #FBF88D. Grayscale: #111111. Windows color (decimal): -16513166 or 7472900. OLE color: 7472900.

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

Color convert

RGB47114-
CMYK0.960.9400.55
HSL238.36º93.22%23.14%-
HSV(B)238.36º96.49%44.71%-
XYZ3.161.3916.02-
YUV18.3182.01117.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 114 (44.92% from 255) = 91.2%
R=3.2%
G=5.6%
B=91.2%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal471140.960.9400.55238.3693.2223.14
Hex4772605E037ee5d17
Octal4716214013606735613527
Binary100111111001011000001011110011011111101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040772; }

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

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

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

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

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

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

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

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