#120564

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

Shades of Midnight Blue #120564

Tints of Midnight Blue #120564

Color information

#120564 (or 0x120564) is unknown color: approx Midnight Blue. HEX triplet: 12, 05 and 64. RGB value is (18,5,100). Sum of RGB (Red+Green+Blue) = 18+5+100=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 100 (39.45% from 255 or 81.30% from 123); Max value from RGB is 100 - color contains mainly: blue. Hex color #120564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120564 is #EDFA9B. Grayscale: #131313. Windows color (decimal): -15596188 or 6554898. OLE color: 6554898.

HSL color Cylindrical-coordinate representation of color #120564: hue angle of 248.21º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120564 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB185100-
CMYK0.820.9500.61
HSL248.21º90.48%20.59%-
HSV(B)248.21º95%39.22%-
XYZ2.61.1612.14-
YUV19.72173.31126.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 100 (39.45% from 255) = 81.30%
R=14.63%
G=4.07%
B=81.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1851000.820.9500.61248.2190.4820.59
Hex12564525F03Df85a15
Octal22514412213707537013225
Binary10010101110010010100101011111011110111111000101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120564; }

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

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

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

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

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

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

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

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