#040B9D

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

Shades of New Midnight Blue #040B9D

Tints of New Midnight Blue #040B9D

Color information

#040B9D (or 0x040B9D) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0B and 9D. RGB value is (4,11,157). Sum of RGB (Red+Green+Blue) = 4+11+157=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 157 (61.72% from 255 or 91.28% from 172); Max value from RGB is 157 - color contains mainly: blue. Hex color #040B9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040B9D is #FBF462. Grayscale: #181818. Windows color (decimal): -16512099 or 10291972. OLE color: 10291972.

HSL color Cylindrical-coordinate representation of color #040B9D: hue angle of 237.25º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040B9D is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB411157-
CMYK0.970.9300.38
HSL237.25º95.03%31.57%-
HSV(B)237.25º97.45%61.57%-
XYZ6.262.732.09-
YUV25.55202.18112.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 157 (61.72% from 255) = 91.28%
R=2.33%
G=6.40%
B=91.28%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4111570.970.9300.38237.2595.0331.57
Hex4B9D615D026ed5f20
Octal41323514113504635513740
Binary100101110011101110000110111010100110111011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,11,157); }

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

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

 a { background-color: rgb(4,11,157); }

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

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

 span { border-color: rgb(4,11,157); }

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