#131636

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

Shades of Midnight Express #131636

Tints of Midnight Express #131636

Color information

#131636 (or 0x131636) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 36. RGB value is (19,22,54). Sum of RGB (Red+Green+Blue) = 19+22+54=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #131636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131636 is #ECE9C9. Grayscale: #181818. Windows color (decimal): -15526346 or 3544595. OLE color: 3544595.

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

Color convert

RGB192254-
CMYK0.650.5900.79
HSL234.86º47.95%14.31%-
HSV(B)234.86º64.81%21.18%-
XYZ1.220.983.61-
YUV24.75144.51123.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 54 (21.48% from 255) = 56.84%
R=20%
G=23.16%
B=56.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1922540.650.5900.79234.8647.9514.31
Hex131636413B04Feb30e
Octal2326661017301173536016
Binary1001110110110110100000111101101001111111010111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131636; }

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

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

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

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

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

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

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

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