#131945

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

Shades of Midnight Express #131945

Tints of Midnight Express #131945

Color information

#131945 (or 0x131945) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 45. RGB value is (19,25,69). Sum of RGB (Red+Green+Blue) = 19+25+69=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 69 (27.34% from 255 or 61.06% from 113); Max value from RGB is 69 - color contains mainly: blue. Hex color #131945 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131945 is #ECE6BA. Grayscale: #1C1C1C. Windows color (decimal): -15525563 or 4528403. OLE color: 4528403.

HSL color Cylindrical-coordinate representation of color #131945: hue angle of 232.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131945 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB192569-
CMYK0.720.6400.73
HSL232.8º56.82%17.25%-
HSV(B)232.8º72.46%27.06%-
XYZ1.691.265.78-
YUV28.22151.01121.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 69 (27.34% from 255) = 61.06%
R=16.81%
G=22.12%
B=61.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1925690.720.6400.73232.856.8217.25
Hex1319454840049e93911
Octal233110511010001113517121
Binary1001111001100010110010001000000010010011110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131945; }

 p { color: rgb(19,25,69); }

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

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

 a { background-color: rgb(19,25,69); }

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

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

 span { border-color: rgb(19,25,69); }

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