#122349

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

Shades of Midnight Express #122349

Tints of Midnight Express #122349

Color information

#122349 (or 0x122349) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 49. RGB value is (18,35,73). Sum of RGB (Red+Green+Blue) = 18+35+73=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #122349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122349 is #EDDCB6. Grayscale: #222222. Windows color (decimal): -15588535 or 4793106. OLE color: 4793106.

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

Color convert

RGB183573-
CMYK0.750.5200.71
HSL221.45º60.44%17.84%-
HSV(B)221.45º75.34%28.63%-
XYZ2.051.816.54-
YUV34.25149.87116.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=14.29%
G=27.78%
B=57.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1835730.750.5200.71221.4560.4417.84
Hex1223494B34047dd3c12
Octal22431111136401073357422
Binary1001010001110010011001011110100010001111101110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122349; }

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

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

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

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

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

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

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

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