Html Css Color HEX #13214A Midnight Express

📋 copy color: '#13214A'

red 19 ◦ green 33 ◦ blue 74

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

Shades of Midnight Express #13214A

Tints of Midnight Express #13214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.19%

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

R = 15.08%
G = 26.19%
B = 58.73%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13214A (or 0x13214A) is known color: Midnight Express. HEX triplet: 13, 21 and 4A. RGB value is (19,33,74). Sum of RGB (Red+Green+Blue) = 19+33+74=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #13214A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13214A is #ECDEB5. Grayscale: #212121. Windows color (decimal): -15523510 or 4858131. OLE color: 4858131.

HSL color Cylindrical-coordinate representation of color #13214A: hue angle of 224.73º 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 #13214A is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 19 33 74 -
CMYK 0.74 0.55 0 0.71
HSL 224.73º 0.59% 0.18% -
HSV(B) 224.73º 0.74% 0.29% -
XYZ 2.05 1.72 6.7 -
YUV 33.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 19 33 74 0.74 0.55 0 0.71 224.73 0.59 0.18
Hex 13 21 4A 4A 37 0 47 E1 3B 12
Octal 23 41 112 112 67 0 107 341 73 22
Binary 10011 100001 1001010 1001010 110111 0 1000111 11100001 111011 10010

Color Harmonies of #13214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13214A

Black with #13214A

Text Example


Text Example

White with #13214A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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