#040E7C

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

Shades of Navy #040E7C

Tints of Navy #040E7C

Color information

#040E7C (or 0x040E7C) is unknown color: approx Navy. HEX triplet: 04, 0E and 7C. RGB value is (4,14,124). Sum of RGB (Red+Green+Blue) = 4+14+124=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 14 (5.86% from 255 or 9.86% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #040E7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E7C is #FBF183. Grayscale: #171717. Windows color (decimal): -16511364 or 8130052. OLE color: 8130052.

HSL color Cylindrical-coordinate representation of color #040E7C: hue angle of 235º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E7C is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB414124-
CMYK0.970.8900.51
HSL235º93.75%25.1%-
HSV(B)235º96.77%48.63%-
XYZ3.851.819.21-
YUV23.55184.69114.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 14 (5.86% from 255) = 9.86%
BLUE value IS 124 (48.83% from 255) = 87.32%
R=2.82%
G=9.86%
B=87.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4141240.970.8900.5123593.7525.1
Hex4E7C6159033eb5e19
Octal41617414113106335313631
Binary1001110111110011000011011001011001111101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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