#13193D

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

Shades of Midnight Express #13193D

Tints of Midnight Express #13193D

Color information

#13193D (or 0x13193D) is unknown color: approx Midnight Express. HEX triplet: 13, 19 and 3D. RGB value is (19,25,61). Sum of RGB (Red+Green+Blue) = 19+25+61=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #13193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13193D is #ECE6C2. Grayscale: #1B1B1B. Windows color (decimal): -15525571 or 4004115. OLE color: 4004115.

HSL color Cylindrical-coordinate representation of color #13193D: hue angle of 231.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #13193D is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB192561-
CMYK0.690.5900.76
HSL231.43º52.5%15.69%-
HSV(B)231.43º68.85%23.92%-
XYZ1.461.174.56-
YUV27.31147.01122.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 61 (24.22% from 255) = 58.10%
R=18.10%
G=23.81%
B=58.10%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1925610.690.5900.76231.4352.515.69
Hex13193D453B04Ce73410
Octal2331751057301143476420
Binary10011110011111011000101111011010011001110011111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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