#121646

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

Shades of Midnight Express #121646

Tints of Midnight Express #121646

Color information

#121646 (or 0x121646) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 46. RGB value is (18,22,70). Sum of RGB (Red+Green+Blue) = 18+22+70=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #121646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121646 is #EDE9B9. Grayscale: #1A1A1A. Windows color (decimal): -15591866 or 4593170. OLE color: 4593170.

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

Color convert

RGB182270-
CMYK0.740.6900.73
HSL235.38º59.09%17.25%-
HSV(B)235.38º74.29%27.45%-
XYZ1.641.145.93-
YUV26.28152.67122.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=16.36%
G=20%
B=63.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1822700.740.6900.73235.3859.0917.25
Hex1216464A45049eb3b11
Octal222610611210501113537321
Binary1001010110100011010010101000101010010011110101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121646; }

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

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

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

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

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

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

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

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