Html Css Color HEX #13204B Midnight Express

📋 copy color: '#13204B'

red 19 ◦ green 32 ◦ blue 75

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

Shades of Midnight Express #13204B

Tints of Midnight Express #13204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 59.52%

R = 15.08%
G = 25.4%
B = 59.52%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13204B (or 0x13204B) is known color: Midnight Express. HEX triplet: 13, 20 and 4B. RGB value is (19,32,75). Sum of RGB (Red+Green+Blue) = 19+32+75=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #13204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13204B is #ECDFB4. Grayscale: #202020. Windows color (decimal): -15523765 or 4923411. OLE color: 4923411.

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

Color convert

RGB 19 32 75 -
CMYK 0.75 0.57 0 0.71
HSL 226.07º 0.6% 0.18% -
HSV(B) 226.07º 0.75% 0.29% -
XYZ 2.06 1.68 6.87 -
YUV 33.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 19 32 75 0.75 0.57 0 0.71 226.07 0.6 0.18
Hex 13 20 4B 4B 39 0 47 E2 3C 12
Octal 23 40 113 113 71 0 107 342 74 22
Binary 10011 100000 1001011 1001011 111001 0 1000111 11100010 111100 10010

Color Harmonies of #13204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13204B

Black with #13204B

Text Example


Text Example

White with #13204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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