#131937

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

Shades of Midnight Express #131937

Tints of Midnight Express #131937

Color information

#131937 (or 0x131937) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 37. RGB value is (19,25,55). Sum of RGB (Red+Green+Blue) = 19+25+55=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #131937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131937 is #ECE6C8. Grayscale: #1A1A1A. Windows color (decimal): -15525577 or 3610899. OLE color: 3610899.

HSL color Cylindrical-coordinate representation of color #131937: hue angle of 230º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131937 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB192555-
CMYK0.650.5500.78
HSL230º48.65%14.51%-
HSV(B)230º65.45%21.57%-
XYZ1.311.113.76-
YUV26.63144.01122.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 25 (10.16% from 255) = 25.25%
BLUE value IS 55 (21.88% from 255) = 55.56%
R=19.19%
G=25.25%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1925550.650.5500.7823048.6514.51
Hex131937413704Ee631f
Octal2331671016701163466117
Binary1001111001110111100000111011101001110111001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131937; }

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

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

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

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

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

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

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

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