#040DAB

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

Shades of New Midnight Blue #040DAB

Tints of New Midnight Blue #040DAB

Color information

#040DAB (or 0x040DAB) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0D and AB. RGB value is (4,13,171). Sum of RGB (Red+Green+Blue) = 4+13+171=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #040DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040DAB is #FBF254. Grayscale: #1B1B1B. Windows color (decimal): -16511573 or 11209988. OLE color: 11209988.

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

Color convert

RGB413171-
CMYK0.980.9200.33
HSL236.77º95.43%34.31%-
HSV(B)236.77º97.66%67.06%-
XYZ7.543.2538.76-
YUV28.32208.52110.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 13 (5.47% from 255) = 6.91%
BLUE value IS 171 (67.19% from 255) = 90.96%
R=2.13%
G=6.91%
B=90.96%

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
Decimal4131710.980.9200.33236.7795.4334.31
Hex4DAB625C021ed5f22
Octal41525314213404135513742
Binary100110110101011110001010111000100001111011011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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