#120F60

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

Shades of Midnight Blue #120F60

Tints of Midnight Blue #120F60

Color information

#120F60 (or 0x120F60) is unknown color: approx Midnight Blue. HEX triplet: 12, 0F and 60. RGB value is (18,15,96). Sum of RGB (Red+Green+Blue) = 18+15+96=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #120F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F60 is #EDF09F. Grayscale: #181818. Windows color (decimal): -15593632 or 6295314. OLE color: 6295314.

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

Color convert

RGB181596-
CMYK0.810.8400.62
HSL242.22º72.97%21.76%-
HSV(B)242.22º84.38%37.65%-
XYZ2.531.3111.19-
YUV25.13167.99122.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=13.95%
G=11.63%
B=74.42%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1815960.810.8400.62242.2272.9721.76
Hex12F60515403Ef24916
Octal221714012112407636211126
Binary100101111110000010100011010100011111011110010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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