Html Css Color HEX #040576 Navy

📋 copy color: '#040576'

red 4 ◦ green 5 ◦ blue 118

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

Shades of Navy #040576

Tints of Navy #040576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 92.91%

R = 3.15%
G = 3.94%
B = 92.91%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040576 (or 0x040576) is known color: Navy. HEX triplet: 04, 05 and 76. RGB value is (4,5,118). Sum of RGB (Red+Green+Blue) = 4+5+118=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 118 (46.48% from 255 or 92.91% from 127); Max value from RGB is 118 - color contains mainly: blue. Hex color #040576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040576 is #FBFA89. Grayscale: #111111. Windows color (decimal): -16513674 or 7734532. OLE color: 7734532.

HSL color Cylindrical-coordinate representation of color #040576: hue angle of 239.47º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040576 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 5 118 -
CMYK 0.97 0.96 0 0.54
HSL 239.47º 0.93% 0.24% -
HSV(B) 239.47º 0.97% 0.46% -
XYZ 3.37 1.44 17.24 -
YUV 17.58 184.67 118.31 -
System Red Green Blue C M Y K H S L
Decimal 4 5 118 0.97 0.96 0 0.54 239.47 0.93 0.24
Hex 4 5 76 61 60 0 36 EF 5D 18
Octal 4 5 166 141 140 0 66 357 135 30
Binary 100 101 1110110 1100001 1100000 0 110110 11101111 1011101 11000

Color Harmonies of #040576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040576

Black with #040576

Text Example


Text Example

White with #040576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040576; }

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

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

background-color css

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

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

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

border-color css

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

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

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