#131F3B

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

Shades of Midnight Express #131F3B

Tints of Midnight Express #131F3B

Color information

#131F3B (or 0x131F3B) is unknown color: approx Midnight Express. HEX triplet: 13, 1F and 3B. RGB value is (19,31,59). Sum of RGB (Red+Green+Blue) = 19+31+59=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #131F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F3B is #ECE0C4. Grayscale: #1E1E1E. Windows color (decimal): -15524037 or 3874579. OLE color: 3874579.

HSL color Cylindrical-coordinate representation of color #131F3B: hue angle of 222º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131F3B is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB193159-
CMYK0.680.4700.77
HSL222º51.28%15.29%-
HSV(B)222º67.8%23.14%-
XYZ1.551.434.33-
YUV30.6144.02119.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 59 (23.44% from 255) = 54.13%
R=17.43%
G=28.44%
B=54.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1931590.680.4700.7722251.2815.29
Hex131F3B442F04Dde33f
Octal2337731045701153366317
Binary1001111111111011100010010111101001101110111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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