#131F41

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

Shades of Midnight Express #131F41

Tints of Midnight Express #131F41

Color information

#131F41 (or 0x131F41) is unknown color: approx Midnight Express. HEX triplet: 13, 1F and 41. RGB value is (19,31,65). Sum of RGB (Red+Green+Blue) = 19+31+65=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #131F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F41 is #ECE0BE. Grayscale: #1F1F1F. Windows color (decimal): -15524031 or 4267795. OLE color: 4267795.

HSL color Cylindrical-coordinate representation of color #131F41: hue angle of 224.35º 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 #131F41 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB193165-
CMYK0.710.5200.75
HSL224.35º54.76%16.47%-
HSV(B)224.35º70.77%25.49%-
XYZ1.711.55.2-
YUV31.29147.02119.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 31 (12.5% from 255) = 26.96%
BLUE value IS 65 (25.78% from 255) = 56.52%
R=16.52%
G=26.96%
B=56.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1931650.710.5200.75224.3554.7616.47
Hex131F41473404Be03710
Octal23371011076401133406720
Binary100111111110000011000111110100010010111110000011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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