#13184D

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

Shades of Midnight Express #13184D

Tints of Midnight Express #13184D

Color information

#13184D (or 0x13184D) is unknown color: approx Midnight Express. HEX triplet: 13, 18 and 4D. RGB value is (19,24,77). Sum of RGB (Red+Green+Blue) = 19+24+77=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #13184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13184D is #ECE7B2. Grayscale: #1C1C1C. Windows color (decimal): -15525811 or 5052435. OLE color: 5052435.

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

Color convert

RGB192477-
CMYK0.750.6900.70
HSL234.83º60.42%18.82%-
HSV(B)234.83º75.32%30.2%-
XYZ1.931.337.18-
YUV28.55155.34121.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 77 (30.47% from 255) = 64.17%
R=15.83%
G=20%
B=64.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1924770.750.6900.70234.8360.4218.82
Hex13184D4B45046eb3c13
Octal233011511310501063537423
Binary1001111000100110110010111000101010001101110101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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