#131936

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

Shades of Midnight Express #131936

Tints of Midnight Express #131936

Color information

#131936 (or 0x131936) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 36. RGB value is (19,25,54). Sum of RGB (Red+Green+Blue) = 19+25+54=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #131936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131936 is #ECE6C9. Grayscale: #1A1A1A. Windows color (decimal): -15525578 or 3545363. OLE color: 3545363.

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

Color convert

RGB192554-
CMYK0.650.5400.79
HSL229.71º47.95%14.31%-
HSV(B)229.71º64.81%21.18%-
XYZ1.281.13.63-
YUV26.51143.51122.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 54 (21.48% from 255) = 55.10%
R=19.39%
G=25.51%
B=55.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1925540.650.5400.79229.7147.9514.31
Hex131936413604Fe630e
Octal2331661016601173466016
Binary1001111001110110100000111011001001111111001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131936; }

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

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

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

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

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

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

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

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