#040EAB

Color #040EAB New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #040EAB

Tints of New Midnight Blue #040EAB

Color information

#040EAB (or 0x040EAB) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0E and AB. RGB value is (4,14,171). Sum of RGB (Red+Green+Blue) = 4+14+171=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 171 (67.19% from 255 or 90.48% from 189); Max value from RGB is 171 - color contains mainly: blue. Hex color #040EAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040EAB is #FBF154. Grayscale: #1C1C1C. Windows color (decimal): -16511317 or 11210244. OLE color: 11210244.

HSL color Cylindrical-coordinate representation of color #040EAB: hue angle of 236.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EAB is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB414171-
CMYK0.980.9200.33
HSL236.41º95.43%34.31%-
HSV(B)236.41º97.66%67.06%-
XYZ7.563.2838.76-
YUV28.91208.19110.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.12%
GREEN value IS 14 (5.86% from 255) = 7.41%
BLUE value IS 171 (67.19% from 255) = 90.48%
R=2.12%
G=7.41%
B=90.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4141710.980.9200.33236.4195.4334.31
Hex4EAB625C021ec5f22
Octal41625314213404135413742
Binary100111010101011110001010111000100001111011001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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