#131A35

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

Shades of Midnight Express #131A35

Tints of Midnight Express #131A35

Color information

#131A35 (or 0x131A35) is unknown color: approx Midnight Express. HEX triplet: 13, 1A and 35. RGB value is (19,26,53). Sum of RGB (Red+Green+Blue) = 19+26+53=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #131A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A35 is #ECE5CA. Grayscale: #1A1A1A. Windows color (decimal): -15525323 or 3480083. OLE color: 3480083.

HSL color Cylindrical-coordinate representation of color #131A35: hue angle of 227.65º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #131A35 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB192653-
CMYK0.640.5100.79
HSL227.65º47.22%14.12%-
HSV(B)227.65º64.15%20.78%-
XYZ1.281.133.52-
YUV26.98142.68122.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.39%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 53 (21.09% from 255) = 54.08%
R=19.39%
G=26.53%
B=54.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1926530.640.5100.79227.6547.2214.12
Hex131A35403304Fe42fe
Octal2332651006301173445716
Binary1001111010110101100000011001101001111111001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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