#13163B

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

Shades of Midnight Express #13163B

Tints of Midnight Express #13163B

Color information

#13163B (or 0x13163B) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 3B. RGB value is (19,22,59). Sum of RGB (Red+Green+Blue) = 19+22+59=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #13163B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13163B is #ECE9C4. Grayscale: #191919. Windows color (decimal): -15526341 or 3872275. OLE color: 3872275.

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

Color convert

RGB192259-
CMYK0.680.6300.77
HSL235.5º51.28%15.29%-
HSV(B)235.5º67.8%23.14%-
XYZ1.341.034.27-
YUV25.32147.01123.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 22 (8.98% from 255) = 22%
BLUE value IS 59 (23.44% from 255) = 59%
R=19%
G=22%
B=59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1922590.680.6300.77235.551.2815.29
Hex13163B443F04Dec33f
Octal2326731047701153546317
Binary1001110110111011100010011111101001101111011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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