#13154A

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

Shades of Midnight Express #13154A

Tints of Midnight Express #13154A

Color information

#13154A (or 0x13154A) is unknown color: approx Midnight Express. HEX triplet: 13, 15 and 4A. RGB value is (19,21,74). Sum of RGB (Red+Green+Blue) = 19+21+74=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #13154A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13154A is #ECEAB5. Grayscale: #1A1A1A. Windows color (decimal): -15526582 or 4855059. OLE color: 4855059.

HSL color Cylindrical-coordinate representation of color #13154A: hue angle of 237.82º 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 #13154A is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB192174-
CMYK0.740.7200.71
HSL237.82º59.14%18.24%-
HSV(B)237.82º74.32%29.02%-
XYZ1.771.176.61-
YUV26.44154.84122.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=16.67%
G=18.42%
B=64.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1921740.740.7200.71237.8259.1418.24
Hex13154A4A48047ee3b12
Octal232511211211001073567322
Binary1001110101100101010010101001000010001111110111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13154A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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