#131B36

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

Shades of Midnight Express #131B36

Tints of Midnight Express #131B36

Color information

#131B36 (or 0x131B36) is unknown color: approx Midnight Express. HEX triplet: 13, 1B and 36. RGB value is (19,27,54). Sum of RGB (Red+Green+Blue) = 19+27+54=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #131B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B36 is #ECE4C9. Grayscale: #1B1B1B. Windows color (decimal): -15525066 or 3545875. OLE color: 3545875.

HSL color Cylindrical-coordinate representation of color #131B36: hue angle of 226.29º 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 #131B36 is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB192754-
CMYK0.650.500.79
HSL226.29º47.95%14.31%-
HSV(B)226.29º64.81%21.18%-
XYZ1.331.193.65-
YUV27.69142.85121.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 54 (21.48% from 255) = 54%
R=19%
G=27%
B=54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1927540.650.500.79226.2947.9514.31
Hex131B36413204Fe230e
Octal2333661016201173426016
Binary1001111011110110100000111001001001111111000101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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