#13203B

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

Shades of Midnight Express #13203B

Tints of Midnight Express #13203B

Color information

#13203B (or 0x13203B) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 3B. RGB value is (19,32,59). Sum of RGB (Red+Green+Blue) = 19+32+59=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 59 (23.44% from 255 or 53.64% from 110); Max value from RGB is 59 - color contains mainly: blue. Hex color #13203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13203B is #ECDFC4. Grayscale: #1F1F1F. Windows color (decimal): -15523781 or 3874835. OLE color: 3874835.

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

Color convert

RGB193259-
CMYK0.680.4600.77
HSL220.5º51.28%15.29%-
HSV(B)220.5º67.8%23.14%-
XYZ1.571.494.34-
YUV31.19143.69119.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 32 (12.89% from 255) = 29.09%
BLUE value IS 59 (23.44% from 255) = 53.64%
R=17.27%
G=29.09%
B=53.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1932590.680.4600.77220.551.2815.29
Hex13203B442E04Ddc33f
Octal2340731045601153346317
Binary10011100000111011100010010111001001101110111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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