#13164A

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

Shades of Midnight Express #13164A

Tints of Midnight Express #13164A

Color information

#13164A (or 0x13164A) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 4A. RGB value is (19,22,74). Sum of RGB (Red+Green+Blue) = 19+22+74=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #13164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13164A is #ECE9B5. Grayscale: #1A1A1A. Windows color (decimal): -15526326 or 4855315. OLE color: 4855315.

HSL color Cylindrical-coordinate representation of color #13164A: hue angle of 236.73º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13164A is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB192274-
CMYK0.740.7000.71
HSL236.73º59.14%18.24%-
HSV(B)236.73º74.32%29.02%-
XYZ1.791.216.62-
YUV27.03154.51122.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 74 (29.30% from 255) = 64.35%
R=16.52%
G=19.13%
B=64.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1922740.740.7000.71236.7359.1418.24
Hex13164A4A46047ed3b12
Octal232611211210601073557322
Binary1001110110100101010010101000110010001111110110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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