Html Css Color HEX #040572 Navy

📋 copy color: '#040572'

red 4 ◦ green 5 ◦ blue 114

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

Shades of Navy #040572

Tints of Navy #040572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

 BLUE value IS 114 (44.92% from 255) = 92.68%

R = 3.25%
G = 4.07%
B = 92.68%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040572 (or 0x040572) is known color: Navy. HEX triplet: 04, 05 and 72. RGB value is (4,5,114). Sum of RGB (Red+Green+Blue) = 4+5+114=123 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.25% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 114 (44.92% from 255 or 92.68% from 123); Max value from RGB is 114 - color contains mainly: blue. Hex color #040572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040572 is #FBFA8D. Grayscale: #101010. Windows color (decimal): -16513678 or 7472388. OLE color: 7472388.

HSL color Cylindrical-coordinate representation of color #040572: hue angle of 239.45º 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 #040572 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 5 114 -
CMYK 0.96 0.96 0 0.55
HSL 239.45º 0.93% 0.23% -
HSV(B) 239.45º 0.96% 0.45% -
XYZ 3.14 1.35 16.01 -
YUV 17.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 4 5 114 0.96 0.96 0 0.55 239.45 0.93 0.23
Hex 4 5 72 60 60 0 37 EF 5D 17
Octal 4 5 162 140 140 0 67 357 135 27
Binary 100 101 1110010 1100000 1100000 0 110111 11101111 1011101 10111

Color Harmonies of #040572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040572

Black with #040572

Text Example


Text Example

White with #040572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040572; }

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

 H1.HeaderClassName
 {
   color: #040572;
 }
 .AnyTagClassName
 {
   color: #040572;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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