#121439

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

Shades of Midnight Express #121439

Tints of Midnight Express #121439

Color information

#121439 (or 0x121439) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 39. RGB value is (18,20,57). Sum of RGB (Red+Green+Blue) = 18+20+57=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #121439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121439 is #EDEBC6. Grayscale: #171717. Windows color (decimal): -15592391 or 3740690. OLE color: 3740690.

HSL color Cylindrical-coordinate representation of color #121439: hue angle of 236.92º 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 #121439 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB182057-
CMYK0.680.6500.78
HSL236.92º52%14.71%-
HSV(B)236.92º68.42%22.35%-
XYZ1.240.923.98-
YUV23.62146.84123.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 20 (8.20% from 255) = 21.05%
BLUE value IS 57 (22.66% from 255) = 60%
R=18.95%
G=21.05%
B=60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1820570.680.6500.78236.925214.71
Hex121439444104Eed34f
Octal22247110410101163556417
Binary10010101001110011000100100000101001110111011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121439; }

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

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

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

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

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

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

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

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