#121A50

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

Shades of Midnight Express #121A50

Tints of Midnight Express #121A50

Color information

#121A50 (or 0x121A50) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 50. RGB value is (18,26,80). Sum of RGB (Red+Green+Blue) = 18+26+80=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 26 (10.55% from 255 or 20.97% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #121A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A50 is #EDE5AF. Grayscale: #1D1D1D. Windows color (decimal): -15590832 or 5249554. OLE color: 5249554.

HSL color Cylindrical-coordinate representation of color #121A50: hue angle of 232.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121A50 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182680-
CMYK0.780.6700.69
HSL232.26º63.27%19.22%-
HSV(B)232.26º77.5%31.37%-
XYZ2.071.457.76-
YUV29.76156.35119.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 26 (10.55% from 255) = 20.97%
BLUE value IS 80 (31.64% from 255) = 64.52%
R=14.52%
G=20.97%
B=64.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1826800.780.6700.69232.2663.2719.22
Hex121A504E43045e83f13
Octal223212011610301053507723
Binary1001011010101000010011101000011010001011110100011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A50; }

 p { color: rgb(18,26,80); }

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

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

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

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

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

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

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