#131040

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

Shades of Midnight Express #131040

Tints of Midnight Express #131040

Color information

#131040 (or 0x131040) is unknown color: approx Midnight Express. HEX triplet: 13, 10 and 40. RGB value is (19,16,64). Sum of RGB (Red+Green+Blue) = 19+16+64=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #131040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131040 is #ECEFBF. Grayscale: #161616. Windows color (decimal): -15527872 or 4198419. OLE color: 4198419.

HSL color Cylindrical-coordinate representation of color #131040: hue angle of 243.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131040 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB191664-
CMYK0.700.7500.75
HSL243.75º60%15.69%-
HSV(B)243.75º75%25.1%-
XYZ1.380.884.95-
YUV22.37151.49125.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=19.19%
G=16.16%
B=64.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1916640.700.7500.75243.756015.69
Hex131040464B04Bf43c10
Octal232010010611301133647420
Binary1001110000100000010001101001011010010111111010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131040; }

 p { color: rgb(19,16,64); }

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

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

 a { background-color: rgb(19,16,64); }

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

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

 span { border-color: rgb(19,16,64); }

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