#131A36

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

Shades of Midnight Express #131A36

Tints of Midnight Express #131A36

Color information

#131A36 (or 0x131A36) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 36. RGB value is (19,26,54). Sum of RGB (Red+Green+Blue) = 19+26+54=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #131A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A36 is #ECE5C9. Grayscale: #1A1A1A. Windows color (decimal): -15525322 or 3545619. OLE color: 3545619.

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

Color convert

RGB192654-
CMYK0.650.5200.79
HSL228º47.95%14.31%-
HSV(B)228º64.81%21.18%-
XYZ1.31.143.64-
YUV27.1143.18122.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 54 (21.48% from 255) = 54.55%
R=19.19%
G=26.26%
B=54.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1926540.650.5200.7922847.9514.31
Hex131A36413404Fe430e
Octal2332661016401173446016
Binary1001111010110110100000111010001001111111001001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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