#13203D

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

Shades of Midnight Express #13203D

Tints of Midnight Express #13203D

Color information

#13203D (or 0x13203D) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 3D. RGB value is (19,32,61). Sum of RGB (Red+Green+Blue) = 19+32+61=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #13203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13203D is #ECDFC2. Grayscale: #1F1F1F. Windows color (decimal): -15523779 or 4005907. OLE color: 4005907.

HSL color Cylindrical-coordinate representation of color #13203D: hue angle of 221.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13203D is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193261-
CMYK0.690.4800.76
HSL221.43º52.5%15.69%-
HSV(B)221.43º68.85%23.92%-
XYZ1.631.514.62-
YUV31.42144.69119.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 61 (24.22% from 255) = 54.46%
R=16.96%
G=28.57%
B=54.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1932610.690.4800.76221.4352.515.69
Hex13203D453004Cdd3410
Octal2340751056001143356420
Binary100111000001111011000101110000010011001101110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13203D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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