Html Css Color HEX #040E76 Navy

📋 copy color: '#040E76'

red 4 ◦ green 14 ◦ blue 118

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

Shades of Navy #040E76

Tints of Navy #040E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.29%

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

R = 2.94%
G = 10.29%
B = 86.76%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040E76 (or 0x040E76) is known color: Navy. HEX triplet: 04, 0E and 76. RGB value is (4,14,118). Sum of RGB (Red+Green+Blue) = 4+14+118=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #040E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E76 is #FBF189. Grayscale: #161616. Windows color (decimal): -16511370 or 7736836. OLE color: 7736836.

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

Color convert

RGB 4 14 118 -
CMYK 0.97 0.88 0 0.54
HSL 234.74º 0.93% 0.24% -
HSV(B) 234.74º 0.97% 0.46% -
XYZ 3.48 1.65 17.27 -
YUV 22.87 181.69 114.54 -
System Red Green Blue C M Y K H S L
Decimal 4 14 118 0.97 0.88 0 0.54 234.74 0.93 0.24
Hex 4 E 76 61 58 0 36 EB 5D 18
Octal 4 16 166 141 130 0 66 353 135 30
Binary 100 1110 1110110 1100001 1011000 0 110110 11101011 1011101 11000

Color Harmonies of #040E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E76

Black with #040E76

Text Example


Text Example

White with #040E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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