#131F45

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

Shades of Midnight Express #131F45

Tints of Midnight Express #131F45

Color information

#131F45 (or 0x131F45) is unknown color: approx Midnight Express. HEX triplet: 13, 1F and 45. RGB value is (19,31,69). Sum of RGB (Red+Green+Blue) = 19+31+69=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 69 (27.34% from 255 or 57.98% from 119); Max value from RGB is 69 - color contains mainly: blue. Hex color #131F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F45 is #ECE0BA. Grayscale: #1F1F1F. Windows color (decimal): -15524027 or 4529939. OLE color: 4529939.

HSL color Cylindrical-coordinate representation of color #131F45: hue angle of 225.6º 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 #131F45 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB193169-
CMYK0.720.5500.73
HSL225.6º56.82%17.25%-
HSV(B)225.6º72.46%27.06%-
XYZ1.831.555.83-
YUV31.74149.02118.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 31 (12.5% from 255) = 26.05%
BLUE value IS 69 (27.34% from 255) = 57.98%
R=15.97%
G=26.05%
B=57.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1931690.720.5500.73225.656.8217.25
Hex131F454837049e23911
Octal23371051106701113427121
Binary100111111110001011001000110111010010011110001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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