#131B35

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

Shades of Midnight Express #131B35

Tints of Midnight Express #131B35

Color information

#131B35 (or 0x131B35) is unknown color: approx Midnight Express. HEX triplet: 13, 1B and 35. RGB value is (19,27,53). Sum of RGB (Red+Green+Blue) = 19+27+53=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #131B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B35 is #ECE4CA. Grayscale: #1B1B1B. Windows color (decimal): -15525067 or 3480339. OLE color: 3480339.

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

Color convert

RGB192753-
CMYK0.640.4900.79
HSL225.88º47.22%14.12%-
HSV(B)225.88º64.15%20.78%-
XYZ1.31.183.53-
YUV27.57142.35121.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 27 (10.94% from 255) = 27.27%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=19.19%
G=27.27%
B=53.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1927530.640.4900.79225.8847.2214.12
Hex131B35403104Fe22fe
Octal2333651006101173425716
Binary1001111011110101100000011000101001111111000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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