#121535

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

Shades of Midnight Express #121535

Tints of Midnight Express #121535

Color information

#121535 (or 0x121535) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 35. RGB value is (18,21,53). Sum of RGB (Red+Green+Blue) = 18+21+53=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #121535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121535 is #EDEACA. Grayscale: #171717. Windows color (decimal): -15592139 or 3478802. OLE color: 3478802.

HSL color Cylindrical-coordinate representation of color #121535: hue angle of 234.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #121535 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB182153-
CMYK0.660.6000.79
HSL234.86º49.3%13.92%-
HSV(B)234.86º66.04%20.78%-
XYZ1.160.923.48-
YUV23.75144.51123.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 53 (21.09% from 255) = 57.61%
R=19.57%
G=22.83%
B=57.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1821530.660.6000.79234.8649.313.92
Hex121535423C04Feb31e
Octal2225651027401173536116
Binary1001010101110101100001011110001001111111010111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121535; }

 p { color: rgb(18,21,53); }

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

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

 a { background-color: rgb(18,21,53); }

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

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

 span { border-color: rgb(18,21,53); }

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