#13164B

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

Shades of Midnight Express #13164B

Tints of Midnight Express #13164B

Color information

#13164B (or 0x13164B) is unknown color: approx Midnight Express. HEX triplet: 13, 16 and 4B. RGB value is (19,22,75). Sum of RGB (Red+Green+Blue) = 19+22+75=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #13164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13164B is #ECE9B4. Grayscale: #1A1A1A. Windows color (decimal): -15526325 or 4920851. OLE color: 4920851.

HSL color Cylindrical-coordinate representation of color #13164B: hue angle of 236.79º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13164B is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB192275-
CMYK0.750.7100.71
HSL236.79º59.57%18.43%-
HSV(B)236.79º74.67%29.41%-
XYZ1.831.226.8-
YUV27.14155.01122.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 22 (8.98% from 255) = 18.97%
BLUE value IS 75 (29.69% from 255) = 64.66%
R=16.38%
G=18.97%
B=64.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1922750.750.7100.71236.7959.5718.43
Hex13164B4B47047ed3c12
Octal232611311310701073557422
Binary1001110110100101110010111000111010001111110110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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