Html Css Color HEX #040D76 Navy

📋 copy color: '#040D76'

red 4 ◦ green 13 ◦ blue 118

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

Shades of Navy #040D76

Tints of Navy #040D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.63%

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

R = 2.96%
G = 9.63%
B = 87.41%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040D76 (or 0x040D76) is known color: Navy. HEX triplet: 04, 0D and 76. RGB value is (4,13,118). Sum of RGB (Red+Green+Blue) = 4+13+118=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 118 (46.48% from 255 or 87.41% from 135); Max value from RGB is 118 - color contains mainly: blue. Hex color #040D76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040D76 is #FBF289. Grayscale: #151515. Windows color (decimal): -16511626 or 7736580. OLE color: 7736580.

HSL color Cylindrical-coordinate representation of color #040D76: hue angle of 235.26º 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 #040D76 is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 13 118 -
CMYK 0.97 0.89 0 0.54
HSL 235.26º 0.93% 0.24% -
HSV(B) 235.26º 0.97% 0.46% -
XYZ 3.46 1.62 17.27 -
YUV 22.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 4 13 118 0.97 0.89 0 0.54 235.26 0.93 0.24
Hex 4 D 76 61 59 0 36 EB 5D 18
Octal 4 15 166 141 131 0 66 353 135 30
Binary 100 1101 1110110 1100001 1011001 0 110110 11101011 1011101 11000

Color Harmonies of #040D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040D76

Black with #040D76

Text Example


Text Example

White with #040D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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