#131836

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

Shades of Midnight Express #131836

Tints of Midnight Express #131836

Color information

#131836 (or 0x131836) is unknown color: approx Midnight Express. HEX triplet: 13, 18 and 36. RGB value is (19,24,54). Sum of RGB (Red+Green+Blue) = 19+24+54=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #131836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131836 is #ECE7C9. Grayscale: #191919. Windows color (decimal): -15525834 or 3545107. OLE color: 3545107.

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

Color convert

RGB192454-
CMYK0.650.5600.79
HSL231.43º47.95%14.31%-
HSV(B)231.43º64.81%21.18%-
XYZ1.261.063.63-
YUV25.92143.84123.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 54 (21.48% from 255) = 55.67%
R=19.59%
G=24.74%
B=55.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1924540.650.5600.79231.4347.9514.31
Hex131836413804Fe730e
Octal2330661017001173476016
Binary1001111000110110100000111100001001111111001111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131836; }

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

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

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

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

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

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

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

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