#121537

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

Shades of Midnight Express #121537

Tints of Midnight Express #121537

Color information

#121537 (or 0x121537) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 37. RGB value is (18,21,55). Sum of RGB (Red+Green+Blue) = 18+21+55=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #121537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121537 is #EDEAC8. Grayscale: #171717. Windows color (decimal): -15592137 or 3609874. OLE color: 3609874.

HSL color Cylindrical-coordinate representation of color #121537: hue angle of 235.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121537 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB182155-
CMYK0.670.6200.78
HSL235.14º50.68%14.31%-
HSV(B)235.14º67.27%21.57%-
XYZ1.210.943.73-
YUV23.98145.51123.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.15%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 55 (21.88% from 255) = 58.51%
R=19.15%
G=22.34%
B=58.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1821550.670.6200.78235.1450.6814.31
Hex121537433E04Eeb33e
Octal2225671037601163536316
Binary1001010101110111100001111111001001110111010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121537; }

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

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

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

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

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

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

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

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