Shades of Midnight #15284A
Tints of Midnight #15284A
RGB
CMYK
RGB Variations
Color information
#15284A (or 0x15284A) is known color: Midnight. HEX triplet: 15, 28 and 4A. RGB value is (21,40,74). Sum of RGB (Red+Green+Blue) = 21+40+74=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 40 (16.02% from 255 or 29.63% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #15284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15284A is #EAD7B5. Grayscale: #262626. Windows color (decimal): -15390646 or 4859925. OLE color: 4859925.
HSL color Cylindrical-coordinate representation of color #15284A: hue angle of 218.49º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15284A is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 21 | 40 | 74 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.71 |
| HSL | 218.49º | 0.56% | 0.19% | - |
| HSV(B) | 218.49º | 0.72% | 0.29% | - |
| XYZ | 2.3 | 2.17 | 6.78 | - |
| YUV | 38.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 74 | 0.72 | 0.46 | 0 | 0.71 | 218.49 | 0.56 | 0.19 |
| Hex | 15 | 28 | 4A | 48 | 2E | 0 | 47 | DA | 38 | 13 |
| Octal | 25 | 50 | 112 | 110 | 56 | 0 | 107 | 332 | 70 | 23 |
| Binary | 10101 | 101000 | 1001010 | 1001000 | 101110 | 0 | 1000111 | 11011010 | 111000 | 10011 |
Color Harmonies of #15284A
Complementary color
Monochromatic Colors of #15284A
Black with #15284A
Text Example
Text Example
White with #15284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15284A; }
p { color: rgb(21,40,74); }
H1.HeaderClassName
{
color: #15284A;
}
.AnyTagClassName
{
color: #15284A;
}
</style>
background-color css
<style>
a { background-color: #15284A; }
a { background-color: rgb(21,40,74); }
div.DivClassName
{
background-color: #15284A;
}
.BgClassName
{
background-color: #15284A;
}
</style>
border-color css
<style>
span { border-color: #15284A; }
span { border-color: rgb(21,40,74); }
td.TdClassName
{
border-color: #15284A;
}
.TagClassName
{
border-color: #15284A;
}
</style>