#122049

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

Shades of Midnight Express #122049

Tints of Midnight Express #122049

Color information

#122049 (or 0x122049) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 49. RGB value is (18,32,73). Sum of RGB (Red+Green+Blue) = 18+32+73=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #122049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122049 is #EDDFB6. Grayscale: #202020. Windows color (decimal): -15589303 or 4792338. OLE color: 4792338.

HSL color Cylindrical-coordinate representation of color #122049: hue angle of 224.73º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #122049 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB183273-
CMYK0.750.5600.71
HSL224.73º60.44%17.84%-
HSV(B)224.73º75.34%28.63%-
XYZ1.971.646.52-
YUV32.49150.86117.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 73 (28.91% from 255) = 59.35%
R=14.63%
G=26.02%
B=59.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1832730.750.5600.71224.7360.4417.84
Hex1220494B38047e13c12
Octal22401111137001073417422
Binary1001010000010010011001011111000010001111110000111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122049; }

 p { color: rgb(18,32,73); }

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

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

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

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

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

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

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