#120460

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

Shades of Midnight Blue #120460

Tints of Midnight Blue #120460

Color information

#120460 (or 0x120460) is unknown color: approx Midnight Blue. HEX triplet: 12, 04 and 60. RGB value is (18,4,96). Sum of RGB (Red+Green+Blue) = 18+4+96=118 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.25% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 96 (37.89% from 255 or 81.36% from 118); Max value from RGB is 96 - color contains mainly: blue. Hex color #120460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120460 is #EDFB9F. Grayscale: #121212. Windows color (decimal): -15596448 or 6292498. OLE color: 6292498.

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

Color convert

RGB18496-
CMYK0.810.9600.62
HSL249.13º92%19.61%-
HSV(B)249.13º95.83%37.65%-
XYZ2.41.0611.14-
YUV18.67171.64127.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.25%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 96 (37.89% from 255) = 81.36%
R=15.25%
G=3.39%
B=81.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal184960.810.9600.62249.139219.61
Hex12460516003Ef95c14
Octal22414012114007637113424
Binary10010100110000010100011100000011111011111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120460; }

 p { color: rgb(18,4,96); }

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

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

 a { background-color: rgb(18,4,96); }

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

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

 span { border-color: rgb(18,4,96); }

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