#15214C

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

Shades of Midnight Express #15214C

Tints of Midnight Express #15214C

Color information

#15214C (or 0x15214C) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 4C. RGB value is (21,33,76). Sum of RGB (Red+Green+Blue) = 21+33+76=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #15214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15214C is #EADEB3. Grayscale: #222222. Windows color (decimal): -15392436 or 4989205. OLE color: 4989205.

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

Color convert

RGB213376-
CMYK0.720.5700.70
HSL226.91º56.7%19.02%-
HSV(B)226.91º72.37%29.8%-
XYZ2.161.777.07-
YUV34.31151.52118.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=16.15%
G=25.38%
B=58.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2133760.720.5700.70226.9156.719.02
Hex15214C4839046e33913
Octal25411141107101063437123
Binary1010110000110011001001000111001010001101110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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