#121543

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

Shades of Midnight Express #121543

Tints of Midnight Express #121543

Color information

#121543 (or 0x121543) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 43. RGB value is (18,21,67). Sum of RGB (Red+Green+Blue) = 18+21+67=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #121543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121543 is #EDEABC. Grayscale: #191919. Windows color (decimal): -15592125 or 4396306. OLE color: 4396306.

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

Color convert

RGB182167-
CMYK0.730.6900.74
HSL236.33º57.65%16.67%-
HSV(B)236.33º73.13%26.27%-
XYZ1.531.075.44-
YUV25.35151.51122.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=16.98%
G=19.81%
B=63.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1821670.730.6900.74236.3357.6516.67
Hex121543494504Aec3a11
Octal222510311110501123547221
Binary1001010101100001110010011000101010010101110110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121543; }

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

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

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

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

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

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

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

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