Html Css Color HEX #13204A Midnight Express

📋 copy color: '#13204A'

red 19 ◦ green 32 ◦ blue 74

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

Shades of Midnight Express #13204A

Tints of Midnight Express #13204A

RGB

 RED value IS 19 (7.81% from 255) = 15.2%

 GREEN value IS 32 (12.89% from 255) = 25.6%

 BLUE value IS 74 (29.3% from 255) = 59.2%

R = 15.2%
G = 25.6%
B = 59.2%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13204A (or 0x13204A) is known color: Midnight Express. HEX triplet: 13, 20 and 4A. RGB value is (19,32,74). Sum of RGB (Red+Green+Blue) = 19+32+74=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 74 (29.30% from 255 or 59.2% from 125); Max value from RGB is 74 - color contains mainly: blue. Hex color #13204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13204A is #ECDFB5. Grayscale: #202020. Windows color (decimal): -15523766 or 4857875. OLE color: 4857875.

HSL color Cylindrical-coordinate representation of color #13204A: hue angle of 225.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13204A is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 32 74 -
CMYK 0.74 0.57 0 0.71
HSL 225.82º 0.59% 0.18% -
HSV(B) 225.82º 0.74% 0.29% -
XYZ 2.02 1.67 6.69 -
YUV 32.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 19 32 74 0.74 0.57 0 0.71 225.82 0.59 0.18
Hex 13 20 4A 4A 39 0 47 E2 3B 12
Octal 23 40 112 112 71 0 107 342 73 22
Binary 10011 100000 1001010 1001010 111001 0 1000111 11100010 111011 10010

Color Harmonies of #13204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13204A

Black with #13204A

Text Example


Text Example

White with #13204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13204A; }

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

 H1.HeaderClassName
 {
   color: #13204A;
 }
 .AnyTagClassName
 {
   color: #13204A;
 }
</style>

background-color css

<style>
 a { background-color: #13204A; }

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

 div.DivClassName
 {
   background-color: #13204A;
 }
 .BgClassName
 {
   background-color: #13204A;
 }
</style>

border-color css

<style>
 span { border-color: #13204A; }

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

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