#121435

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

Shades of Midnight Express #121435

Tints of Midnight Express #121435

Color information

#121435 (or 0x121435) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 35. RGB value is (18,20,53). Sum of RGB (Red+Green+Blue) = 18+20+53=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #121435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121435 is #EDEBCA. Grayscale: #171717. Windows color (decimal): -15592395 or 3478546. OLE color: 3478546.

HSL color Cylindrical-coordinate representation of color #121435: hue angle of 236.57º 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 #121435 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB182053-
CMYK0.660.6200.79
HSL236.57º49.3%13.92%-
HSV(B)236.57º66.04%20.78%-
XYZ1.140.893.48-
YUV23.16144.84124.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 20 (8.20% from 255) = 21.98%
BLUE value IS 53 (21.09% from 255) = 58.24%
R=19.78%
G=21.98%
B=58.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1820530.660.6200.79236.5749.313.92
Hex121435423E04Fed31e
Octal2224651027601173556116
Binary1001010100110101100001011111001001111111011011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121435; }

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

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

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

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

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

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

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

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