#152146

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

Shades of Midnight Express #152146

Tints of Midnight Express #152146

Color information

#152146 (or 0x152146) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 46. RGB value is (21,33,70). Sum of RGB (Red+Green+Blue) = 21+33+70=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 70 (27.73% from 255 or 56.45% from 124); Max value from RGB is 70 - color contains mainly: blue. Hex color #152146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152146 is #EADEB9. Grayscale: #212121. Windows color (decimal): -15392442 or 4595989. OLE color: 4595989.

HSL color Cylindrical-coordinate representation of color #152146: hue angle of 225.31º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #152146 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB213370-
CMYK0.700.5300.73
HSL225.31º53.85%17.84%-
HSV(B)225.31º70%27.45%-
XYZ1.961.696.02-
YUV33.63148.52118.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.94%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 70 (27.73% from 255) = 56.45%
R=16.94%
G=26.61%
B=56.45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2133700.700.5300.73225.3153.8517.84
Hex1521464635049e13612
Octal25411061066501113416622
Binary1010110000110001101000110110101010010011110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152146; }

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

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

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

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

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

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

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

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