#121239

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

Shades of Midnight Express #121239

Tints of Midnight Express #121239

Color information

#121239 (or 0x121239) is unknown color: approx Midnight Express. HEX triplet: 12, 12 and 39. RGB value is (18,18,57). Sum of RGB (Red+Green+Blue) = 18+18+57=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #121239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121239 is #EDEDC6. Grayscale: #161616. Windows color (decimal): -15592903 or 3740178. OLE color: 3740178.

HSL color Cylindrical-coordinate representation of color #121239: hue angle of 240º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121239 is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB181857-
CMYK0.680.6800.78
HSL240º52%14.71%-
HSV(B)240º68.42%22.35%-
XYZ1.20.863.97-
YUV22.45147.5124.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 18 (7.42% from 255) = 19.35%
BLUE value IS 57 (22.66% from 255) = 61.29%
R=19.35%
G=19.35%
B=61.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1818570.680.6800.782405214.71
Hex121239444404Ef034f
Octal22227110410401163606417
Binary10010100101110011000100100010001001110111100001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121239; }

 p { color: rgb(18,18,57); }

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

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

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

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

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

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

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