#131E41

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

Shades of Midnight Express #131E41

Tints of Midnight Express #131E41

Color information

#131E41 (or 0x131E41) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 41. RGB value is (19,30,65). Sum of RGB (Red+Green+Blue) = 19+30+65=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 65 (25.78% from 255 or 57.02% from 114); Max value from RGB is 65 - color contains mainly: blue. Hex color #131E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E41 is #ECE1BE. Grayscale: #1E1E1E. Windows color (decimal): -15524287 or 4267539. OLE color: 4267539.

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

Color convert

RGB193065-
CMYK0.710.5400.75
HSL225.65º54.76%16.47%-
HSV(B)225.65º70.77%25.49%-
XYZ1.691.455.19-
YUV30.7147.36119.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 65 (25.78% from 255) = 57.02%
R=16.67%
G=26.32%
B=57.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1930650.710.5400.75225.6554.7616.47
Hex131E41473604Be23710
Octal23361011076601133426720
Binary100111111010000011000111110110010010111110001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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