#13164C

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

Shades of Midnight Express #13164C

Tints of Midnight Express #13164C

Color information

#13164C (or 0x13164C) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 4C. RGB value is (19,22,76). Sum of RGB (Red+Green+Blue) = 19+22+76=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 76 (30.08% from 255 or 64.96% from 117); Max value from RGB is 76 - color contains mainly: blue. Hex color #13164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13164C is #ECE9B3. Grayscale: #1B1B1B. Windows color (decimal): -15526324 or 4986387. OLE color: 4986387.

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

Color convert

RGB192276-
CMYK0.750.7100.70
HSL236.84º60%18.63%-
HSV(B)236.84º75%29.8%-
XYZ1.861.236.98-
YUV27.26155.51122.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 76 (30.08% from 255) = 64.96%
R=16.24%
G=18.80%
B=64.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1922760.750.7100.70236.846018.63
Hex13164C4B47046ed3c13
Octal232611411310701063557423
Binary1001110110100110010010111000111010001101110110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13164C; }

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

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

<style>
 a { background-color: #13164C; }

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

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

<style>
 span { border-color: #13164C; }

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

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