#122246

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

Shades of Midnight Express #122246

Tints of Midnight Express #122246

Color information

#122246 (or 0x122246) is unknown color: approx Midnight Express. HEX triplet: 12, 22 and 46. RGB value is (18,34,70). Sum of RGB (Red+Green+Blue) = 18+34+70=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 70 (27.73% from 255 or 57.38% from 122); Max value from RGB is 70 - color contains mainly: blue. Hex color #122246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122246 is #EDDDB9. Grayscale: #212121. Windows color (decimal): -15588794 or 4596242. OLE color: 4596242.

HSL color Cylindrical-coordinate representation of color #122246: hue angle of 221.54º 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 #122246 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB183470-
CMYK0.740.5100.73
HSL221.54º59.09%17.25%-
HSV(B)221.54º74.29%27.45%-
XYZ1.931.716.02-
YUV33.32148.7117.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 70 (27.73% from 255) = 57.38%
R=14.75%
G=27.87%
B=57.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1834700.740.5100.73221.5459.0917.25
Hex1222464A33049de3b11
Octal22421061126301113367321
Binary1001010001010001101001010110011010010011101111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122246; }

 p { color: rgb(18,34,70); }

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

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

 a { background-color: rgb(18,34,70); }

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

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

 span { border-color: rgb(18,34,70); }

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