#13143A

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

Shades of Midnight Express #13143A

Tints of Midnight Express #13143A

Color information

#13143A (or 0x13143A) is unknown color: approx Midnight Express. HEX triplet: 13, 14 and 3A. RGB value is (19,20,58). Sum of RGB (Red+Green+Blue) = 19+20+58=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #13143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13143A is #ECEBC5. Grayscale: #171717. Windows color (decimal): -15526854 or 3806227. OLE color: 3806227.

HSL color Cylindrical-coordinate representation of color #13143A: hue angle of 238.46º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13143A is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB192058-
CMYK0.670.6600.77
HSL238.46º50.65%15.1%-
HSV(B)238.46º67.24%22.75%-
XYZ1.280.944.12-
YUV24.03147.17124.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.59%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 58 (23.05% from 255) = 59.79%
R=19.59%
G=20.62%
B=59.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1920580.670.6600.77238.4650.6515.1
Hex13143A434204Dee33f
Octal23247210310201153566317
Binary10011101001110101000011100001001001101111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13143A; }

 p { color: rgb(19,20,58); }

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

<style>
 a { background-color: #13143A; }

 a { background-color: rgb(19,20,58); }

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

<style>
 span { border-color: #13143A; }

 span { border-color: rgb(19,20,58); }

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