#13203E

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

Shades of Midnight Express #13203E

Tints of Midnight Express #13203E

Color information

#13203E (or 0x13203E) is unknown color: approx Midnight Express. HEX triplet: 13, 20 and 3E. RGB value is (19,32,62). Sum of RGB (Red+Green+Blue) = 19+32+62=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #13203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13203E is #ECDFC1. Grayscale: #1F1F1F. Windows color (decimal): -15523778 or 4071443. OLE color: 4071443.

HSL color Cylindrical-coordinate representation of color #13203E: hue angle of 221.86º degrees, saturation: 0.53, 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 #13203E is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB193262-
CMYK0.690.4800.76
HSL221.86º53.09%15.88%-
HSV(B)221.86º69.35%24.31%-
XYZ1.651.524.76-
YUV31.53145.19119.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.81%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 62 (24.61% from 255) = 54.87%
R=16.81%
G=28.32%
B=54.87%

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
Decimal1932620.690.4800.76221.8653.0915.88
Hex13203E453004Cde3510
Octal2340761056001143366520
Binary100111000001111101000101110000010011001101111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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