#121447

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

Shades of Midnight Express #121447

Tints of Midnight Express #121447

Color information

#121447 (or 0x121447) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 47. RGB value is (18,20,71). Sum of RGB (Red+Green+Blue) = 18+20+71=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #121447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121447 is #EDEBB8. Grayscale: #191919. Windows color (decimal): -15592377 or 4658194. OLE color: 4658194.

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

Color convert

RGB182071-
CMYK0.750.7200.72
HSL237.74º59.55%17.45%-
HSV(B)237.74º74.65%27.84%-
XYZ1.641.086.08-
YUV25.22153.84122.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 20 (8.20% from 255) = 18.35%
BLUE value IS 71 (28.12% from 255) = 65.14%
R=16.51%
G=18.35%
B=65.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1820710.750.7200.72237.7459.5517.45
Hex1214474B48048ee3c11
Octal222410711311001103567421
Binary1001010100100011110010111001000010010001110111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121447; }

 p { color: rgb(18,20,71); }

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

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

 a { background-color: rgb(18,20,71); }

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

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

 span { border-color: rgb(18,20,71); }

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