#13203A

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

Shades of Midnight Express #13203A

Tints of Midnight Express #13203A

Color information

#13203A (or 0x13203A) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 3A. RGB value is (19,32,58). Sum of RGB (Red+Green+Blue) = 19+32+58=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 58 (23.05% from 255 or 53.21% from 109); Max value from RGB is 58 - color contains mainly: blue. Hex color #13203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13203A is #ECDFC5. Grayscale: #1E1E1E. Windows color (decimal): -15523782 or 3809299. OLE color: 3809299.

HSL color Cylindrical-coordinate representation of color #13203A: hue angle of 220º 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 #13203A is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB193258-
CMYK0.670.4500.77
HSL220º50.65%15.1%-
HSV(B)220º67.24%22.75%-
XYZ1.551.484.21-
YUV31.08143.19119.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.43%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 58 (23.05% from 255) = 53.21%
R=17.43%
G=29.36%
B=53.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1932580.670.4500.7722050.6515.1
Hex13203A432D04Ddc33f
Octal2340721035501153346317
Binary10011100000111010100001110110101001101110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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