#040E73

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

Shades of Navy #040E73

Tints of Navy #040E73

Color information

#040E73 (or 0x040E73) is unknown color: approx Navy. HEX triplet: 04, 0E and 73. RGB value is (4,14,115). Sum of RGB (Red+Green+Blue) = 4+14+115=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 115 (45.31% from 255 or 86.47% from 133); Max value from RGB is 115 - color contains mainly: blue. Hex color #040E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E73 is #FBF18C. Grayscale: #161616. Windows color (decimal): -16511373 or 7540228. OLE color: 7540228.

HSL color Cylindrical-coordinate representation of color #040E73: hue angle of 234.59º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E73 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB414115-
CMYK0.970.8800.55
HSL234.59º93.28%23.33%-
HSV(B)234.59º96.52%45.1%-
XYZ3.31.5816.35-
YUV22.52180.19114.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 115 (45.31% from 255) = 86.47%
R=3.01%
G=10.53%
B=86.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4141150.970.8800.55234.5993.2823.33
Hex4E736158037eb5d17
Octal41616314113006735313527
Binary1001110111001111000011011000011011111101011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #040E73;
 }
 .AnyTagClassName
 {
   color: #040E73;
 }
</style>
background-color css

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

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

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

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

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

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