#040E6E

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

Shades of Navy #040E6E

Tints of Navy #040E6E

Color information

#040E6E (or 0x040E6E) is unknown color: approx Navy. HEX triplet: 04, 0E and 6E. RGB value is (4,14,110). Sum of RGB (Red+Green+Blue) = 4+14+110=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #040E6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E6E is #FBF191. Grayscale: #151515. Windows color (decimal): -16511378 or 7212548. OLE color: 7212548.

HSL color Cylindrical-coordinate representation of color #040E6E: hue angle of 234.34º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E6E is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB414110-
CMYK0.960.8700.57
HSL234.34º92.98%22.35%-
HSV(B)234.34º96.36%43.14%-
XYZ3.021.4714.88-
YUV21.95177.69115.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.12%
GREEN value IS 14 (5.86% from 255) = 10.94%
BLUE value IS 110 (43.36% from 255) = 85.94%
R=3.12%
G=10.94%
B=85.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4141100.960.8700.57234.3492.9822.35
Hex4E6E6057039ea5d16
Octal41615614012707135213526
Binary1001110110111011000001010111011100111101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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