#040E76

Color #040E76 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #040E76

Tints of Navy #040E76

Color information

#040E76 (or 0x040E76) is unknown color: approx 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

RGB414118-
CMYK0.970.8800.54
HSL234.74º93.44%23.92%-
HSV(B)234.74º96.61%46.27%-
XYZ3.481.6517.27-
YUV22.87181.69114.54-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4141180.970.8800.54234.7493.4423.92
Hex4E766158036eb5d18
Octal41616614113006635313530
Binary1001110111011011000011011000011011011101011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>