#120F54

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

Shades of Midnight Blue #120F54

Tints of Midnight Blue #120F54

Color information

#120F54 (or 0x120F54) is unknown color: approx Midnight Blue. HEX triplet: 12, 0F and 54. RGB value is (18,15,84). Sum of RGB (Red+Green+Blue) = 18+15+84=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #120F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120F54 is #EDF0AB. Grayscale: #171717. Windows color (decimal): -15593644 or 5508882. OLE color: 5508882.

HSL color Cylindrical-coordinate representation of color #120F54: hue angle of 242.61º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120F54 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB181584-
CMYK0.790.8200.67
HSL242.61º69.7%19.41%-
HSV(B)242.61º82.14%32.94%-
XYZ2.021.118.5-
YUV23.76161.99123.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 84 (33.20% from 255) = 71.79%
R=15.38%
G=12.82%
B=71.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1815840.790.8200.67242.6169.719.41
Hex12F544F52043f34613
Octal2217124117122010336310623
Binary1001011111010100100111110100100100001111110011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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