Html Css Color HEX #040072 Navy

📋 copy color: '#040072'

red 4 ◦ green 0 ◦ blue 114

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

Shades of Navy #040072

Tints of Navy #040072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.39%
G = 0%
B = 96.61%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#040072 (or 0x040072) is known color: Navy. HEX triplet: 04, 00 and 72. RGB value is (4,0,114). Sum of RGB (Red+Green+Blue) = 4+0+114=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 114 (44.92% from 255 or 96.61% from 118); Max value from RGB is 114 - color contains mainly: blue. Hex color #040072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040072 is #FBFF8D. Grayscale: #0D0D0D. Windows color (decimal): -16514958 or 7471108. OLE color: 7471108.

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

Color convert

RGB 4 0 114 -
CMYK 0.96 1 0 0.55
HSL 242.11º 1% 0.22% -
HSV(B) 242.11º 1% 0.45% -
XYZ 3.09 1.24 16 -
YUV 14.19 184.33 120.73 -
System Red Green Blue C M Y K H S L
Decimal 4 0 114 0.96 1 0 0.55 242.11 1 0.22
Hex 4 0 72 60 64 0 37 F2 64 16
Octal 4 0 162 140 144 0 67 362 144 26
Binary 100 0 1110010 1100000 1100100 0 110111 11110010 1100100 10110

Color Harmonies of #040072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040072

Black with #040072

Text Example


Text Example

White with #040072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040072; }

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

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

background-color css

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

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

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

border-color css

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

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

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