#13264A

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

Shades of Midnight Express #13264A

Tints of Midnight Express #13264A

Color information

#13264A (or 0x13264A) is unknown color: approx Midnight Express. HEX triplet: 13, 26 and 4A. RGB value is (19,38,74). Sum of RGB (Red+Green+Blue) = 19+38+74=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #13264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13264A is #ECD9B5. Grayscale: #242424. Windows color (decimal): -15522230 or 4859411. OLE color: 4859411.

HSL color Cylindrical-coordinate representation of color #13264A: hue angle of 219.27º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13264A is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB193874-
CMYK0.740.4900.71
HSL219.27º59.14%18.24%-
HSV(B)219.27º74.32%29.02%-
XYZ2.22.026.75-
YUV36.42149.21115.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 74 (29.30% from 255) = 56.49%
R=14.50%
G=29.01%
B=56.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1938740.740.4900.71219.2759.1418.24
Hex13264A4A31047db3b12
Octal23461121126101073337322
Binary1001110011010010101001010110001010001111101101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,38,74); }

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

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

 a { background-color: rgb(19,38,74); }

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

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

 span { border-color: rgb(19,38,74); }

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