#122149

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

Shades of Midnight Express #122149

Tints of Midnight Express #122149

Color information

#122149 (or 0x122149) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 49. RGB value is (18,33,73). Sum of RGB (Red+Green+Blue) = 18+33+73=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #122149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122149 is #EDDEB6. Grayscale: #202020. Windows color (decimal): -15589047 or 4792594. OLE color: 4792594.

HSL color Cylindrical-coordinate representation of color #122149: hue angle of 223.64º 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 #122149 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB183373-
CMYK0.750.5500.71
HSL223.64º60.44%17.84%-
HSV(B)223.64º75.34%28.63%-
XYZ21.76.53-
YUV33.08150.53117.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.52%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 73 (28.91% from 255) = 58.87%
R=14.52%
G=26.61%
B=58.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1833730.750.5500.71223.6460.4417.84
Hex1221494B37047e03c12
Octal22411111136701073407422
Binary1001010000110010011001011110111010001111110000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122149; }

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

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

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

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

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

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

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

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