#121546

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

Shades of Midnight Express #121546

Tints of Midnight Express #121546

Color information

#121546 (or 0x121546) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 46. RGB value is (18,21,70). Sum of RGB (Red+Green+Blue) = 18+21+70=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #121546 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121546 is #EDEAB9. Grayscale: #191919. Windows color (decimal): -15592122 or 4592914. OLE color: 4592914.

HSL color Cylindrical-coordinate representation of color #121546: hue angle of 236.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121546 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB182170-
CMYK0.740.7000.73
HSL236.54º59.09%17.25%-
HSV(B)236.54º74.29%27.45%-
XYZ1.621.115.92-
YUV25.69153.01122.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 70 (27.73% from 255) = 64.22%
R=16.51%
G=19.27%
B=64.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1821700.740.7000.73236.5459.0917.25
Hex1215464A46049ed3b11
Octal222510611210601113557321
Binary1001010101100011010010101000110010010011110110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121546; }

 p { color: rgb(18,21,70); }

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

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

 a { background-color: rgb(18,21,70); }

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

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

 span { border-color: rgb(18,21,70); }

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