#121346

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

Shades of Midnight Express #121346

Tints of Midnight Express #121346

Color information

#121346 (or 0x121346) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 46. RGB value is (18,19,70). Sum of RGB (Red+Green+Blue) = 18+19+70=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #121346 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121346 is #EDECB9. Grayscale: #181818. Windows color (decimal): -15592634 or 4592402. OLE color: 4592402.

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

Color convert

RGB181970-
CMYK0.740.7300.73
HSL238.85º59.09%17.25%-
HSV(B)238.85º74.29%27.45%-
XYZ1.591.045.91-
YUV24.51153.67123.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=16.82%
G=17.76%
B=65.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1819700.740.7300.73238.8559.0917.25
Hex1213464A49049ef3b11
Octal222310611211101113577321
Binary1001010011100011010010101001001010010011110111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121346; }

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

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

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

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

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

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

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

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