#131932

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

Shades of Midnight Express #131932

Tints of Midnight Express #131932

Color information

#131932 (or 0x131932) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 32. RGB value is (19,25,50). Sum of RGB (Red+Green+Blue) = 19+25+50=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #131932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131932 is #ECE6CD. Grayscale: #191919. Windows color (decimal): -15525582 or 3283219. OLE color: 3283219.

HSL color Cylindrical-coordinate representation of color #131932: hue angle of 228.39º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131932 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB192550-
CMYK0.620.5000.80
HSL228.39º44.93%13.53%-
HSV(B)228.39º62%19.61%-
XYZ1.191.063.16-
YUV26.06141.51122.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.21%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 50 (19.92% from 255) = 53.19%
R=20.21%
G=26.60%
B=53.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1925500.620.5000.80228.3944.9313.53
Hex1319323E32050e42de
Octal233162766201203445516
Binary100111100111001011111011001001010000111001001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131932; }

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

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

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

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

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

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

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

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