#15214D

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

Shades of Midnight Express #15214D

Tints of Midnight Express #15214D

Color information

#15214D (or 0x15214D) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 4D. RGB value is (21,33,77). Sum of RGB (Red+Green+Blue) = 21+33+77=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #15214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15214D is #EADEB2. Grayscale: #222222. Windows color (decimal): -15392435 or 5054741. OLE color: 5054741.

HSL color Cylindrical-coordinate representation of color #15214D: hue angle of 227.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15214D is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB213377-
CMYK0.730.5700.70
HSL227.14º57.14%19.22%-
HSV(B)227.14º72.73%30.2%-
XYZ2.191.787.25-
YUV34.43152.02118.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 77 (30.47% from 255) = 58.78%
R=16.03%
G=25.19%
B=58.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2133770.730.5700.70227.1457.1419.22
Hex15214D4939046e33913
Octal25411151117101063437123
Binary1010110000110011011001001111001010001101110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15214D; }

 p { color: rgb(21,33,77); }

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

<style>
 a { background-color: #15214D; }

 a { background-color: rgb(21,33,77); }

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

<style>
 span { border-color: #15214D; }

 span { border-color: rgb(21,33,77); }

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