Html Css Color HEX #13203E Midnight Express

📋 copy color: '#13203E'

red 19 ◦ green 32 ◦ blue 62

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

Shades of Midnight Express #13203E

Tints of Midnight Express #13203E

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

 M value IS 0.48

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 19 32 62 -
CMYK 0.69 0.48 0 0.76
HSL 221.86º 0.53% 0.16% -
HSV(B) 221.86º 0.69% 0.24% -
XYZ 1.65 1.52 4.76 -
YUV 31.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 19 32 62 0.69 0.48 0 0.76 221.86 0.53 0.16
Hex 13 20 3E 45 30 0 4C DE 35 10
Octal 23 40 76 105 60 0 114 336 65 20
Binary 10011 100000 111110 1000101 110000 0 1001100 11011110 110101 10000

Color Harmonies of #13203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13203E

Black with #13203E

Text Example


Text Example

White with #13203E

Text Example


Text Example

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