Html Css Color HEX #13224A Midnight Express

📋 copy color: '#13224A'

red 19 ◦ green 34 ◦ blue 74

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

Shades of Midnight Express #13224A

Tints of Midnight Express #13224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.77%

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

R = 14.96%
G = 26.77%
B = 58.27%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13224A (or 0x13224A) is known color: Midnight Express. HEX triplet: 13, 22 and 4A. RGB value is (19,34,74). Sum of RGB (Red+Green+Blue) = 19+34+74=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 74 (29.30% from 255 or 58.27% from 127); Max value from RGB is 74 - color contains mainly: blue. Hex color #13224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13224A is #ECDDB5. Grayscale: #212121. Windows color (decimal): -15523254 or 4858387. OLE color: 4858387.

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

Color convert

RGB 19 34 74 -
CMYK 0.74 0.54 0 0.71
HSL 223.64º 0.59% 0.18% -
HSV(B) 223.64º 0.74% 0.29% -
XYZ 2.08 1.78 6.71 -
YUV 34.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 19 34 74 0.74 0.54 0 0.71 223.64 0.59 0.18
Hex 13 22 4A 4A 36 0 47 E0 3B 12
Octal 23 42 112 112 66 0 107 340 73 22
Binary 10011 100010 1001010 1001010 110110 0 1000111 11100000 111011 10010

Color Harmonies of #13224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13224A

Black with #13224A

Text Example


Text Example

White with #13224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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