#120561

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

Shades of Midnight Blue #120561

Tints of Midnight Blue #120561

Color information

#120561 (or 0x120561) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 61. RGB value is (18,5,97). Sum of RGB (Red+Green+Blue) = 18+5+97=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 97 (38.28% from 255 or 80.83% from 120); Max value from RGB is 97 - color contains mainly: blue. Hex color #120561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120561 is #EDFA9E. Grayscale: #131313. Windows color (decimal): -15596191 or 6358290. OLE color: 6358290.

HSL color Cylindrical-coordinate representation of color #120561: hue angle of 248.48º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120561 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB18597-
CMYK0.810.9500.62
HSL248.48º90.2%20%-
HSV(B)248.48º94.85%38.04%-
XYZ2.461.111.39-
YUV19.38171.81127.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 5 (2.34% from 255) = 4.17%
BLUE value IS 97 (38.28% from 255) = 80.83%
R=15%
G=4.17%
B=80.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal185970.810.9500.62248.4890.220
Hex12561515F03Ef85a14
Octal22514112113707637013224
Binary10010101110000110100011011111011111011111000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120561; }

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

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

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

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

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

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

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

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