Html Css Color HEX #040272 Navy

📋 copy color: '#040272'

red 4 ◦ green 2 ◦ blue 114

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

Shades of Navy #040272

Tints of Navy #040272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 3.33%
G = 1.67%
B = 95%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040272 (or 0x040272) is known color: Navy. HEX triplet: 04, 02 and 72. RGB value is (4,2,114). Sum of RGB (Red+Green+Blue) = 4+2+114=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 114 (44.92% from 255 or 95% from 120); Max value from RGB is 114 - color contains mainly: blue. Hex color #040272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040272 is #FBFD8D. Grayscale: #0E0E0E. Windows color (decimal): -16514446 or 7471620. OLE color: 7471620.

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

Color convert

RGB 4 2 114 -
CMYK 0.96 0.98 0 0.55
HSL 241.07º 0.97% 0.23% -
HSV(B) 241.07º 0.98% 0.45% -
XYZ 3.11 1.28 16 -
YUV 15.37 183.66 119.89 -
System Red Green Blue C M Y K H S L
Decimal 4 2 114 0.96 0.98 0 0.55 241.07 0.97 0.23
Hex 4 2 72 60 62 0 37 F1 61 17
Octal 4 2 162 140 142 0 67 361 141 27
Binary 100 10 1110010 1100000 1100010 0 110111 11110001 1100001 10111

Color Harmonies of #040272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040272

Black with #040272

Text Example


Text Example

White with #040272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040272; }

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

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

background-color css

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

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

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

border-color css

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

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

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