Html Css Color HEX #13194E Midnight Express

📋 copy color: '#13194E'

red 19 ◦ green 25 ◦ blue 78

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

Shades of Midnight Express #13194E

Tints of Midnight Express #13194E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 63.93%

R = 15.57%
G = 20.49%
B = 63.93%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#13194E (or 0x13194E) is known color: Midnight Express. HEX triplet: 13, 19 and 4E. RGB value is (19,25,78). Sum of RGB (Red+Green+Blue) = 19+25+78=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #13194E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13194E is #ECE6B1. Grayscale: #1D1D1D. Windows color (decimal): -15525554 or 5118227. OLE color: 5118227.

HSL color Cylindrical-coordinate representation of color #13194E: hue angle of 233.9º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13194E is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 19 25 78 -
CMYK 0.76 0.68 0 0.69
HSL 233.9º 0.61% 0.19% -
HSV(B) 233.9º 0.76% 0.31% -
XYZ 1.99 1.38 7.37 -
YUV 29.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 19 25 78 0.76 0.68 0 0.69 233.9 0.61 0.19
Hex 13 19 4E 4C 44 0 45 EA 3D 13
Octal 23 31 116 114 104 0 105 352 75 23
Binary 10011 11001 1001110 1001100 1000100 0 1000101 11101010 111101 10011

Color Harmonies of #13194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13194E

Black with #13194E

Text Example


Text Example

White with #13194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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