#15214E

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

Shades of Midnight Express #15214E

Tints of Midnight Express #15214E

Color information

#15214E (or 0x15214E) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 4E. RGB value is (21,33,78). Sum of RGB (Red+Green+Blue) = 21+33+78=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #15214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15214E is #EADEB1. Grayscale: #222222. Windows color (decimal): -15392434 or 5120277. OLE color: 5120277.

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

Color convert

RGB213378-
CMYK0.730.5800.69
HSL227.37º57.58%19.41%-
HSV(B)227.37º73.08%30.59%-
XYZ2.231.87.44-
YUV34.54152.52118.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 33 (13.28% from 255) = 25%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=15.91%
G=25%
B=59.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2133780.730.5800.69227.3757.5819.41
Hex15214E493A045e33a13
Octal25411161117201053437223
Binary1010110000110011101001001111010010001011110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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