#131141

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

Shades of Midnight Express #131141

Tints of Midnight Express #131141

Color information

#131141 (or 0x131141) is unknown color: approx Midnight Express. HEX triplet: 13, 11 and 41. RGB value is (19,17,65). Sum of RGB (Red+Green+Blue) = 19+17+65=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #131141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131141 is #ECEEBE. Grayscale: #161616. Windows color (decimal): -15527615 or 4264211. OLE color: 4264211.

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

Color convert

RGB191765-
CMYK0.710.7400.75
HSL242.5º58.54%16.08%-
HSV(B)242.5º73.85%25.49%-
XYZ1.420.925.1-
YUV23.07151.66125.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=18.81%
G=16.83%
B=64.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1917650.710.7400.75242.558.5416.08
Hex131141474A04Bf23b10
Octal232110110711201133627320
Binary1001110001100000110001111001010010010111111001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131141; }

 p { color: rgb(19,17,65); }

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

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

 a { background-color: rgb(19,17,65); }

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

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

 span { border-color: rgb(19,17,65); }

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