#121345

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

Shades of Midnight Express #121345

Tints of Midnight Express #121345

Color information

#121345 (or 0x121345) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 45. RGB value is (18,19,69). Sum of RGB (Red+Green+Blue) = 18+19+69=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 69 (27.34% from 255 or 65.09% from 106); Max value from RGB is 69 - color contains mainly: blue. Hex color #121345 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121345 is #EDECBA. Grayscale: #181818. Windows color (decimal): -15592635 or 4526866. OLE color: 4526866.

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

Color convert

RGB181969-
CMYK0.740.7200.73
HSL238.82º58.62%17.06%-
HSV(B)238.82º73.91%27.06%-
XYZ1.561.025.75-
YUV24.4153.17123.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 69 (27.34% from 255) = 65.09%
R=16.98%
G=17.92%
B=65.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1819690.740.7200.73238.8258.6217.06
Hex1213454A48049ef3b11
Octal222310511211001113577321
Binary1001010011100010110010101001000010010011110111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121345; }

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

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

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

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

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

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

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

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