Html Css Color HEX #040E78 Navy

📋 copy color: '#040E78'

red 4 ◦ green 14 ◦ blue 120

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

Shades of Navy #040E78

Tints of Navy #040E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 86.96%

R = 2.9%
G = 10.14%
B = 86.96%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#040E78 (or 0x040E78) is known color: Navy. HEX triplet: 04, 0E and 78. RGB value is (4,14,120). Sum of RGB (Red+Green+Blue) = 4+14+120=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 120 (47.27% from 255 or 86.96% from 138); Max value from RGB is 120 - color contains mainly: blue. Hex color #040E78 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E78 is #FBF187. Grayscale: #161616. Windows color (decimal): -16511368 or 7867908. OLE color: 7867908.

HSL color Cylindrical-coordinate representation of color #040E78: hue angle of 234.83º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E78 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 14 120 -
CMYK 0.97 0.88 0 0.53
HSL 234.83º 0.94% 0.24% -
HSV(B) 234.83º 0.97% 0.47% -
XYZ 3.6 1.7 17.91 -
YUV 23.09 182.69 114.38 -
System Red Green Blue C M Y K H S L
Decimal 4 14 120 0.97 0.88 0 0.53 234.83 0.94 0.24
Hex 4 E 78 61 58 0 35 EB 5E 18
Octal 4 16 170 141 130 0 65 353 136 30
Binary 100 1110 1111000 1100001 1011000 0 110101 11101011 1011110 11000

Color Harmonies of #040E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040E78

Black with #040E78

Text Example


Text Example

White with #040E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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