#120C61

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

Shades of Midnight Blue #120C61

Tints of Midnight Blue #120C61

Color information

#120C61 (or 0x120C61) is unknown color: approx Midnight Blue. HEX triplet: 12, 0C and 61. RGB value is (18,12,97). Sum of RGB (Red+Green+Blue) = 18+12+97=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #120C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120C61 is #EDF39E. Grayscale: #171717. Windows color (decimal): -15594399 or 6360082. OLE color: 6360082.

HSL color Cylindrical-coordinate representation of color #120C61: hue angle of 244.24º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #120C61 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB181297-
CMYK0.810.8800.62
HSL244.24º77.98%21.37%-
HSV(B)244.24º87.63%38.04%-
XYZ2.541.2511.42-
YUV23.48169.49124.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 12 (5.08% from 255) = 9.45%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=14.17%
G=9.45%
B=76.38%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1812970.810.8800.62244.2477.9821.37
Hex12C61515803Ef44e15
Octal221414112113007636411625
Binary100101100110000110100011011000011111011110100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,97); }

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

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

 a { background-color: rgb(18,12,97); }

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

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

 span { border-color: rgb(18,12,97); }

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