#131E48

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

Shades of Midnight Express #131E48

Tints of Midnight Express #131E48

Color information

#131E48 (or 0x131E48) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 48. RGB value is (19,30,72). Sum of RGB (Red+Green+Blue) = 19+30+72=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #131E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E48 is #ECE1B7. Grayscale: #1F1F1F. Windows color (decimal): -15524280 or 4726291. OLE color: 4726291.

HSL color Cylindrical-coordinate representation of color #131E48: hue angle of 227.55º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131E48 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB193072-
CMYK0.740.5800.72
HSL227.55º58.24%17.84%-
HSV(B)227.55º73.61%28.24%-
XYZ1.91.536.33-
YUV31.5150.86119.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=15.70%
G=24.79%
B=59.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1930720.740.5800.72227.5558.2417.84
Hex131E484A3A048e43a12
Octal23361101127201103447222
Binary100111111010010001001010111010010010001110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,30,72); }

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

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

 a { background-color: rgb(19,30,72); }

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

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

 span { border-color: rgb(19,30,72); }

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