#131F36

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

Shades of Midnight Express #131F36

Tints of Midnight Express #131F36

Color information

#131F36 (or 0x131F36) is unknown color: approx Midnight Express. HEX triplet: 13, 1F and 36. RGB value is (19,31,54). Sum of RGB (Red+Green+Blue) = 19+31+54=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #131F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F36 is #ECE0C9. Grayscale: #1D1D1D. Windows color (decimal): -15524042 or 3546899. OLE color: 3546899.

HSL color Cylindrical-coordinate representation of color #131F36: hue angle of 219.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131F36 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB193154-
CMYK0.650.4300.79
HSL219.43º47.95%14.31%-
HSV(B)219.43º64.81%21.18%-
XYZ1.421.383.68-
YUV30.03141.52120.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 54 (21.48% from 255) = 51.92%
R=18.27%
G=29.81%
B=51.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1931540.650.4300.79219.4347.9514.31
Hex131F36412B04Fdb30e
Octal2337661015301173336016
Binary1001111111110110100000110101101001111110110111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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