#122445

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

Shades of Midnight Express #122445

Tints of Midnight Express #122445

Color information

#122445 (or 0x122445) is unknown color: approx Midnight Express. HEX triplet: 12, 24 and 45. RGB value is (18,36,69). Sum of RGB (Red+Green+Blue) = 18+36+69=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #122445 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122445 is #EDDBBA. Grayscale: #222222. Windows color (decimal): -15588283 or 4531218. OLE color: 4531218.

HSL color Cylindrical-coordinate representation of color #122445: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122445 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB183669-
CMYK0.740.4800.73
HSL218.82º58.62%17.06%-
HSV(B)218.82º73.91%27.06%-
XYZ1.951.825.88-
YUV34.38147.54116.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 69 (27.34% from 255) = 56.10%
R=14.63%
G=29.27%
B=56.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1836690.740.4800.73218.8258.6217.06
Hex1224454A30049db3b11
Octal22441051126001113337321
Binary1001010010010001011001010110000010010011101101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122445; }

 p { color: rgb(18,36,69); }

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

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

 a { background-color: rgb(18,36,69); }

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

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

 span { border-color: rgb(18,36,69); }

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