#13163A

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

Shades of Midnight Express #13163A

Tints of Midnight Express #13163A

Color information

#13163A (or 0x13163A) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 3A. RGB value is (19,22,58). Sum of RGB (Red+Green+Blue) = 19+22+58=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #13163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13163A is #ECE9C5. Grayscale: #191919. Windows color (decimal): -15526342 or 3806739. OLE color: 3806739.

HSL color Cylindrical-coordinate representation of color #13163A: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13163A is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB192258-
CMYK0.670.6200.77
HSL235.38º50.65%15.1%-
HSV(B)235.38º67.24%22.75%-
XYZ1.321.024.13-
YUV25.21146.51123.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=19.19%
G=22.22%
B=58.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1922580.670.6200.77235.3850.6515.1
Hex13163A433E04Deb33f
Octal2326721037601153536317
Binary1001110110111010100001111111001001101111010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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