Html Css Color HEX #040372 Navy

📋 copy color: '#040372'

red 4 ◦ green 3 ◦ blue 114

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

Shades of Navy #040372

Tints of Navy #040372

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 value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 4 3 114 -
CMYK 0.96 0.97 0 0.55
HSL 240.54º 0.95% 0.23% -
HSV(B) 240.54º 0.97% 0.45% -
XYZ 3.12 1.31 16.01 -
YUV 15.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 4 3 114 0.96 0.97 0 0.55 240.54 0.95 0.23
Hex 4 3 72 60 61 0 37 F1 5F 17
Octal 4 3 162 140 141 0 67 361 137 27
Binary 100 11 1110010 1100000 1100001 0 110111 11110001 1011111 10111

Color Harmonies of #040372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040372

Black with #040372

Text Example


Text Example

White with #040372

Text Example


Text Example

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