#122139

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

Shades of Midnight Express #122139

Tints of Midnight Express #122139

Color information

#122139 (or 0x122139) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 39. RGB value is (18,33,57). Sum of RGB (Red+Green+Blue) = 18+33+57=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 57 (22.66% from 255 or 52.78% from 108); Max value from RGB is 57 - color contains mainly: blue. Hex color #122139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122139 is #EDDEC6. Grayscale: #1F1F1F. Windows color (decimal): -15589063 or 3744018. OLE color: 3744018.

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

Color convert

RGB183357-
CMYK0.680.4200.78
HSL216.92º52%14.71%-
HSV(B)216.92º68.42%22.35%-
XYZ1.531.514.08-
YUV31.25142.53118.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 57 (22.66% from 255) = 52.78%
R=16.67%
G=30.56%
B=52.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1833570.680.4200.78216.925214.71
Hex122139442A04Ed934f
Octal2241711045201163316417
Binary10010100001111001100010010101001001110110110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122139; }

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

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

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

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

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

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

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

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