Html Css Color HEX #13164A Midnight Express

📋 copy color: '#13164A'

red 19 ◦ green 22 ◦ blue 74

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

Shades of Midnight Express #13164A

Tints of Midnight Express #13164A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 16.52%
G = 19.13%
B = 64.35%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#13164A (or 0x13164A) is known color: Midnight Express. HEX triplet: 13, 16 and 4A. RGB value is (19,22,74). Sum of RGB (Red+Green+Blue) = 19+22+74=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #13164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13164A is #ECE9B5. Grayscale: #1A1A1A. Windows color (decimal): -15526326 or 4855315. OLE color: 4855315.

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

Color convert

RGB 19 22 74 -
CMYK 0.74 0.70 0 0.71
HSL 236.73º 0.59% 0.18% -
HSV(B) 236.73º 0.74% 0.29% -
XYZ 1.79 1.21 6.62 -
YUV 27.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 19 22 74 0.74 0.70 0 0.71 236.73 0.59 0.18
Hex 13 16 4A 4A 46 0 47 ED 3B 12
Octal 23 26 112 112 106 0 107 355 73 22
Binary 10011 10110 1001010 1001010 1000110 0 1000111 11101101 111011 10010

Color Harmonies of #13164A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13164A

Black with #13164A

Text Example


Text Example

White with #13164A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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