Html Css Color HEX #13194D Midnight Express

📋 copy color: '#13194D'

red 19 ◦ green 25 ◦ blue 77

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

Shades of Midnight Express #13194D

Tints of Midnight Express #13194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

 BLUE value IS 77 (30.47% from 255) = 63.64%

R = 15.7%
G = 20.66%
B = 63.64%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#13194D (or 0x13194D) is known color: Midnight Express. HEX triplet: 13, 19 and 4D. RGB value is (19,25,77). Sum of RGB (Red+Green+Blue) = 19+25+77=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #13194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13194D is #ECE6B2. Grayscale: #1C1C1C. Windows color (decimal): -15525555 or 5052691. OLE color: 5052691.

HSL color Cylindrical-coordinate representation of color #13194D: hue angle of 233.79º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13194D is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 19 25 77 -
CMYK 0.75 0.68 0 0.70
HSL 233.79º 0.6% 0.19% -
HSV(B) 233.79º 0.75% 0.3% -
XYZ 1.96 1.37 7.18 -
YUV 29.13 155.01 120.77 -
System Red Green Blue C M Y K H S L
Decimal 19 25 77 0.75 0.68 0 0.70 233.79 0.6 0.19
Hex 13 19 4D 4B 44 0 46 EA 3C 13
Octal 23 31 115 113 104 0 106 352 74 23
Binary 10011 11001 1001101 1001011 1000100 0 1000110 11101010 111100 10011

Color Harmonies of #13194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13194D

Black with #13194D

Text Example


Text Example

White with #13194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13194D; }

 p { color: rgb(19,25,77); }

 H1.HeaderClassName
 {
   color: #13194D;
 }
 .AnyTagClassName
 {
   color: #13194D;
 }
</style>

background-color css

<style>
 a { background-color: #13194D; }

 a { background-color: rgb(19,25,77); }

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

border-color css

<style>
 span { border-color: #13194D; }

 span { border-color: rgb(19,25,77); }

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