#121642

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

Shades of Midnight Express #121642

Tints of Midnight Express #121642

Color information

#121642 (or 0x121642) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 42. RGB value is (18,22,66). Sum of RGB (Red+Green+Blue) = 18+22+66=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #121642 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121642 is #EDE9BD. Grayscale: #191919. Windows color (decimal): -15591870 or 4331026. OLE color: 4331026.

HSL color Cylindrical-coordinate representation of color #121642: hue angle of 235º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #121642 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB182266-
CMYK0.730.6700.74
HSL235º57.14%16.47%-
HSV(B)235º72.73%25.88%-
XYZ1.521.15.29-
YUV25.82150.67122.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 22 (8.98% from 255) = 20.75%
BLUE value IS 66 (26.17% from 255) = 62.26%
R=16.98%
G=20.75%
B=62.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1822660.730.6700.7423557.1416.47
Hex121642494304Aeb3910
Octal222610211110301123537120
Binary1001010110100001010010011000011010010101110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121642; }

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

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

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

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

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

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

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

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