Html Css Color HEX #040772 Navy

📋 copy color: '#040772'

red 4 ◦ green 7 ◦ blue 114

#040772
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #040772

Tints of Navy #040772

RGB

 RED value IS 4 (1.95% from 255) = 3.2%

 GREEN value IS 7 (3.13% 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 value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040772 (or 0x040772) is known color: 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

RGB 4 7 114 -
CMYK 0.96 0.94 0 0.55
HSL 238.36º 0.93% 0.23% -
HSV(B) 238.36º 0.96% 0.45% -
XYZ 3.16 1.39 16.02 -
YUV 18.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 4 7 114 0.96 0.94 0 0.55 238.36 0.93 0.23
Hex 4 7 72 60 5E 0 37 EE 5D 17
Octal 4 7 162 140 136 0 67 356 135 27
Binary 100 111 1110010 1100000 1011110 0 110111 11101110 1011101 10111

Color Harmonies of #040772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040772

Black with #040772

Text Example


Text Example

White with #040772

Text Example


Text Example

HTML Codes & Css Web 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>