#13204A

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

Shades of Midnight Express #13204A

Tints of Midnight Express #13204A

Color information

#13204A (or 0x13204A) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 4A. RGB value is (19,32,74). Sum of RGB (Red+Green+Blue) = 19+32+74=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #13204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13204A is #ECDFB5. Grayscale: #202020. Windows color (decimal): -15523766 or 4857875. OLE color: 4857875.

HSL color Cylindrical-coordinate representation of color #13204A: hue angle of 225.82º 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 #13204A is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193274-
CMYK0.740.5700.71
HSL225.82º59.14%18.24%-
HSV(B)225.82º74.32%29.02%-
XYZ2.021.676.69-
YUV32.9151.19118.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 74 (29.30% from 255) = 59.2%
R=15.2%
G=25.6%
B=59.2%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1932740.740.5700.71225.8259.1418.24
Hex13204A4A39047e23b12
Octal23401121127101073427322
Binary1001110000010010101001010111001010001111110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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