#040AAB

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

Shades of New Midnight Blue #040AAB

Tints of New Midnight Blue #040AAB

Color information

#040AAB (or 0x040AAB) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0A and AB. RGB value is (4,10,171). Sum of RGB (Red+Green+Blue) = 4+10+171=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #040AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040AAB is #FBF554. Grayscale: #191919. Windows color (decimal): -16512341 or 11209220. OLE color: 11209220.

HSL color Cylindrical-coordinate representation of color #040AAB: hue angle of 237.84º 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 #040AAB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB410171-
CMYK0.980.9400.33
HSL237.84º95.43%34.31%-
HSV(B)237.84º97.66%67.06%-
XYZ7.513.1838.75-
YUV26.56209.51111.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 171 (67.19% from 255) = 92.43%
R=2.16%
G=5.41%
B=92.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4101710.980.9400.33237.8495.4334.31
Hex4AAB625E021ee5f22
Octal41225314213604135613742
Binary100101010101011110001010111100100001111011101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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