#131E3B

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

Shades of Midnight Express #131E3B

Tints of Midnight Express #131E3B

Color information

#131E3B (or 0x131E3B) is unknown color: approx Midnight Express. HEX triplet: 13, 1E and 3B. RGB value is (19,30,59). Sum of RGB (Red+Green+Blue) = 19+30+59=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #131E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E3B is #ECE1C4. Grayscale: #1D1D1D. Windows color (decimal): -15524293 or 3874323. OLE color: 3874323.

HSL color Cylindrical-coordinate representation of color #131E3B: hue angle of 223.5º 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 #131E3B is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB193059-
CMYK0.680.4900.77
HSL223.5º51.28%15.29%-
HSV(B)223.5º67.8%23.14%-
XYZ1.521.384.32-
YUV30.02144.36120.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 30 (12.11% from 255) = 27.78%
BLUE value IS 59 (23.44% from 255) = 54.63%
R=17.59%
G=27.78%
B=54.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1930590.680.4900.77223.551.2815.29
Hex131E3B443104De033f
Octal2336731046101153406317
Binary1001111110111011100010011000101001101111000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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