#120BAB

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

Shades of New Midnight Blue #120BAB

Tints of New Midnight Blue #120BAB

Color information

#120BAB (or 0x120BAB) is unknown color: approx New Midnight Blue. HEX triplet: 12, 0B and AB. RGB value is (18,11,171). Sum of RGB (Red+Green+Blue) = 18+11+171=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #120BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120BAB is #EDF454. Grayscale: #1E1E1E. Windows color (decimal): -15594581 or 11209490. OLE color: 11209490.

HSL color Cylindrical-coordinate representation of color #120BAB: hue angle of 242.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120BAB is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1811171-
CMYK0.890.9400.33
HSL242.62º87.91%35.69%-
HSV(B)242.62º93.57%67.06%-
XYZ7.723.3138.76-
YUV31.33206.82118.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 171 (67.19% from 255) = 85.5%
R=9%
G=5.5%
B=85.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18111710.890.9400.33242.6287.9135.69
Hex12BAB595E021f35824
Octal221325313113604136313044
Binary10010101110101011101100110111100100001111100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120BAB; }

 p { color: rgb(18,11,171); }

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

<style>
 a { background-color: #120BAB; }

 a { background-color: rgb(18,11,171); }

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

<style>
 span { border-color: #120BAB; }

 span { border-color: rgb(18,11,171); }

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