#040B9B

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

Shades of New Midnight Blue #040B9B

Tints of New Midnight Blue #040B9B

Color information

#040B9B (or 0x040B9B) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0B and 9B. RGB value is (4,11,155). Sum of RGB (Red+Green+Blue) = 4+11+155=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 155 (60.94% from 255 or 91.18% from 170); Max value from RGB is 155 - color contains mainly: blue. Hex color #040B9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040B9B is #FBF464. Grayscale: #181818. Windows color (decimal): -16512101 or 10160900. OLE color: 10160900.

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

Color convert

RGB411155-
CMYK0.970.9300.39
HSL237.22º94.97%31.18%-
HSV(B)237.22º97.42%60.78%-
XYZ6.092.6331.2-
YUV25.32201.18112.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 155 (60.94% from 255) = 91.18%
R=2.35%
G=6.47%
B=91.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4111550.970.9300.39237.2294.9731.18
Hex4B9B615D027ed5f1f
Octal41323314113504735513737
Binary10010111001101111000011011101010011111101101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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