Html Css Color HEX #13203A Midnight Express

📋 copy color: '#13203A'

red 19 ◦ green 32 ◦ blue 58

#13203A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #13203A

Tints of Midnight Express #13203A

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 value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#13203A (or 0x13203A) is known color: 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

RGB 19 32 58 -
CMYK 0.67 0.45 0 0.77
HSL 220º 0.51% 0.15% -
HSV(B) 220º 0.67% 0.23% -
XYZ 1.55 1.48 4.21 -
YUV 31.08 143.19 119.39 -
System Red Green Blue C M Y K H S L
Decimal 19 32 58 0.67 0.45 0 0.77 220 0.51 0.15
Hex 13 20 3A 43 2D 0 4D DC 33 F
Octal 23 40 72 103 55 0 115 334 63 17
Binary 10011 100000 111010 1000011 101101 0 1001101 11011100 110011 1111

Color Harmonies of #13203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13203A

Black with #13203A

Text Example


Text Example

White with #13203A

Text Example


Text Example

HTML Codes & Css Web 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>