#120952

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

Shades of Midnight Blue #120952

Tints of Midnight Blue #120952

Color information

#120952 (or 0x120952) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 52. RGB value is (18,9,82). Sum of RGB (Red+Green+Blue) = 18+9+82=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 82 (32.42% from 255 or 75.23% from 109); Max value from RGB is 82 - color contains mainly: blue. Hex color #120952 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120952 is #EDF6AD. Grayscale: #131313. Windows color (decimal): -15595182 or 5376274. OLE color: 5376274.

HSL color Cylindrical-coordinate representation of color #120952: hue angle of 247.4º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120952 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB18982-
CMYK0.780.8900.68
HSL247.4º80.22%17.84%-
HSV(B)247.4º89.02%32.16%-
XYZ1.870.938.06-
YUV20.01162.98126.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 82 (32.42% from 255) = 75.23%
R=16.51%
G=8.26%
B=75.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal189820.780.8900.68247.480.2217.84
Hex129524E59044f75012
Octal2211122116131010436712022
Binary1001010011010010100111010110010100010011110111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120952; }

 p { color: rgb(18,9,82); }

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

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

 a { background-color: rgb(18,9,82); }

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

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

 span { border-color: rgb(18,9,82); }

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