#13194c

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

Shades of Midnight Express #13194C

Tints of Midnight Express #13194C

Color information

#13194C (or 0x13194C) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 4C. RGB value is (19,25,76). Sum of RGB (Red+Green+Blue) = 19+25+76=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #13194C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13194C is #ECE6B3. Grayscale: #1C1C1C. Windows color (decimal): -15525556 or 4987155. OLE color: 4987155.

HSL color Cylindrical-coordinate representation of color #13194C: hue angle of 233.68º 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 #13194C is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB192576-
CMYK0.750.6700.70
HSL233.68º60%18.63%-
HSV(B)233.68º75%29.8%-
XYZ1.921.367-
YUV29.02154.51120.85-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=15.83%
G=20.83%
B=63.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1925760.750.6700.70233.686018.63
Hex13194C4B43046ea3c13
Octal233111411310301063527423
Binary1001111001100110010010111000011010001101110101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13194c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #13194c;
 }
 .AnyTagClassName
 {
   color: #13194c;
 }
</style>
background-color css

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

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

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

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

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

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