#121549

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

Shades of Midnight Express #121549

Tints of Midnight Express #121549

Color information

#121549 (or 0x121549) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 49. RGB value is (18,21,73). Sum of RGB (Red+Green+Blue) = 18+21+73=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #121549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121549 is #EDEAB6. Grayscale: #191919. Windows color (decimal): -15592119 or 4789522. OLE color: 4789522.

HSL color Cylindrical-coordinate representation of color #121549: hue angle of 236.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121549 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB182173-
CMYK0.750.7100.71
HSL236.73º60.44%17.84%-
HSV(B)236.73º75.34%28.63%-
XYZ1.721.156.43-
YUV26.03154.51122.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 73 (28.91% from 255) = 65.18%
R=16.07%
G=18.75%
B=65.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1821730.750.7100.71236.7360.4417.84
Hex1215494B47047ed3c12
Octal222511111310701073557422
Binary1001010101100100110010111000111010001111110110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121549; }

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

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

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

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

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

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

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

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