#120A59

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

Shades of Midnight Blue #120A59

Tints of Midnight Blue #120A59

Color information

#120A59 (or 0x120A59) is unknown color: approx Midnight Blue. HEX triplet: 12, 0A and 59. RGB value is (18,10,89). Sum of RGB (Red+Green+Blue) = 18+10+89=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 89 (35.16% from 255 or 76.07% from 117); Max value from RGB is 89 - color contains mainly: blue. Hex color #120A59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120A59 is #EDF5A6. Grayscale: #151515. Windows color (decimal): -15594919 or 5835282. OLE color: 5835282.

HSL color Cylindrical-coordinate representation of color #120A59: hue angle of 246.08º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120A59 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB181089-
CMYK0.800.8900.65
HSL246.08º79.8%19.41%-
HSV(B)246.08º88.76%34.9%-
XYZ2.161.079.54-
YUV21.4166.15125.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 10 (4.30% from 255) = 8.55%
BLUE value IS 89 (35.16% from 255) = 76.07%
R=15.38%
G=8.55%
B=76.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1810890.800.8900.65246.0879.819.41
Hex12A595059041f65013
Octal2212131120131010136612023
Binary1001010101011001101000010110010100000111110110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,10,89); }

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

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

 a { background-color: rgb(18,10,89); }

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

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

 span { border-color: rgb(18,10,89); }

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