#131536

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

Shades of Midnight Express #131536

Tints of Midnight Express #131536

Color information

#131536 (or 0x131536) is unknown color: approx Midnight Express. HEX triplet: 13, 15 and 36. RGB value is (19,21,54). Sum of RGB (Red+Green+Blue) = 19+21+54=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #131536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131536 is #ECEAC9. Grayscale: #181818. Windows color (decimal): -15526602 or 3544339. OLE color: 3544339.

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

Color convert

RGB192154-
CMYK0.650.6100.79
HSL236.57º47.95%14.31%-
HSV(B)236.57º64.81%21.18%-
XYZ1.20.943.61-
YUV24.16144.84124.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 54 (21.48% from 255) = 57.45%
R=20.21%
G=22.34%
B=57.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1921540.650.6100.79236.5747.9514.31
Hex131536413D04Fed30e
Octal2325661017501173556016
Binary1001110101110110100000111110101001111111011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131536; }

 p { color: rgb(19,21,54); }

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

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

 a { background-color: rgb(19,21,54); }

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

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

 span { border-color: rgb(19,21,54); }

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