#131B39

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

Shades of Midnight Express #131B39

Tints of Midnight Express #131B39

Color information

#131B39 (or 0x131B39) is unknown color: approx Midnight Express. HEX triplet: 13, 1B and 39. RGB value is (19,27,57). Sum of RGB (Red+Green+Blue) = 19+27+57=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 57 (22.66% from 255 or 55.34% from 103); Max value from RGB is 57 - color contains mainly: blue. Hex color #131B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B39 is #ECE4C6. Grayscale: #1B1B1B. Windows color (decimal): -15525063 or 3742483. OLE color: 3742483.

HSL color Cylindrical-coordinate representation of color #131B39: hue angle of 227.37º 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 #131B39 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB192757-
CMYK0.670.5300.78
HSL227.37º50%14.9%-
HSV(B)227.37º66.67%22.35%-
XYZ1.41.224.03-
YUV28.03144.35121.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 57 (22.66% from 255) = 55.34%
R=18.45%
G=26.21%
B=55.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1927570.670.5300.78227.375014.9
Hex131B39433504Ee332f
Octal2333711036501163436217
Binary1001111011111001100001111010101001110111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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