#13153B

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

Shades of Midnight Express #13153B

Tints of Midnight Express #13153B

Color information

#13153B (or 0x13153B) is unknown color: approx Midnight Express. HEX triplet: 13, 15 and 3B. RGB value is (19,21,59). Sum of RGB (Red+Green+Blue) = 19+21+59=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #13153B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13153B is #ECEAC4. Grayscale: #181818. Windows color (decimal): -15526597 or 3872019. OLE color: 3872019.

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

Color convert

RGB192159-
CMYK0.680.6400.77
HSL237º51.28%15.29%-
HSV(B)237º67.8%23.14%-
XYZ1.330.994.26-
YUV24.73147.34123.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 59 (23.44% from 255) = 59.60%
R=19.19%
G=21.21%
B=59.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1921590.680.6400.7723751.2815.29
Hex13153B444004Ded33f
Octal23257310410001153556317
Binary10011101011110111000100100000001001101111011011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13153B; }

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

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

<style>
 a { background-color: #13153B; }

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

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

<style>
 span { border-color: #13153B; }

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

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