#131A39

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

Shades of Midnight Express #131A39

Tints of Midnight Express #131A39

Color information

#131A39 (or 0x131A39) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 39. RGB value is (19,26,57). Sum of RGB (Red+Green+Blue) = 19+26+57=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #131A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A39 is #ECE5C6. Grayscale: #1B1B1B. Windows color (decimal): -15525319 or 3742227. OLE color: 3742227.

HSL color Cylindrical-coordinate representation of color #131A39: hue angle of 228.95º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131A39 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB192657-
CMYK0.670.5400.78
HSL228.95º50%14.9%-
HSV(B)228.95º66.67%22.35%-
XYZ1.381.174.02-
YUV27.44144.68121.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.63%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 57 (22.66% from 255) = 55.88%
R=18.63%
G=25.49%
B=55.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1926570.670.5400.78228.955014.9
Hex131A39433604Ee532f
Octal2332711036601163456217
Binary1001111010111001100001111011001001110111001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131A39; }

 p { color: rgb(19,26,57); }

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

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

 a { background-color: rgb(19,26,57); }

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

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

 span { border-color: rgb(19,26,57); }

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