#13194E

Color #13194E Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #13194E

Tints of Midnight Express #13194E

Color information

#13194E (or 0x13194E) is unknown color: approx 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

RGB192578-
CMYK0.760.6800.69
HSL233.9º60.82%19.02%-
HSV(B)233.9º75.64%30.59%-
XYZ1.991.387.37-
YUV29.25155.51120.69-

RGB Variations

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

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 (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1925780.760.6800.69233.960.8219.02
Hex13194E4C44045ea3d13
Octal233111611410401053527523
Binary1001111001100111010011001000100010001011110101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>