#121935

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

Shades of Midnight Express #121935

Tints of Midnight Express #121935

Color information

#121935 (or 0x121935) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 35. RGB value is (18,25,53). Sum of RGB (Red+Green+Blue) = 18+25+53=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #121935 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121935 is #EDE6CA. Grayscale: #191919. Windows color (decimal): -15591115 or 3479826. OLE color: 3479826.

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

Color convert

RGB182553-
CMYK0.660.5300.79
HSL228º49.3%13.92%-
HSV(B)228º66.04%20.78%-
XYZ1.241.083.51-
YUV26.1143.18122.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 25 (10.16% from 255) = 26.04%
BLUE value IS 53 (21.09% from 255) = 55.21%
R=18.75%
G=26.04%
B=55.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1825530.660.5300.7922849.313.92
Hex121935423504Fe431e
Octal2231651026501173446116
Binary1001011001110101100001011010101001111111001001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121935; }

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

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

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

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

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

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

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

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