Shades of Midnight Blue #152885
Tints of Midnight Blue #152885
RGB
CMYK
RGB Variations
Color information
#152885 (or 0x152885) is known color: Midnight Blue. HEX triplet: 15, 28 and 85. RGB value is (21,40,133). Sum of RGB (Red+Green+Blue) = 21+40+133=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #152885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152885 is #EAD77A. Grayscale: #2C2C2C. Windows color (decimal): -15390587 or 8726549. OLE color: 8726549.
HSL color Cylindrical-coordinate representation of color #152885: hue angle of 229.82º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #152885 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 40 | 133 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.48 |
| HSL | 229.82º | 0.73% | 0.3% | - |
| HSV(B) | 229.82º | 0.84% | 0.52% | - |
| XYZ | 5.3 | 3.37 | 22.56 | - |
| YUV | 44.92 | 177.71 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 40 | 133 | 0.84 | 0.70 | 0 | 0.48 | 229.82 | 0.73 | 0.3 |
| Hex | 15 | 28 | 85 | 54 | 46 | 0 | 30 | E6 | 49 | 1E |
| Octal | 25 | 50 | 205 | 124 | 106 | 0 | 60 | 346 | 111 | 36 |
| Binary | 10101 | 101000 | 10000101 | 1010100 | 1000110 | 0 | 110000 | 11100110 | 1001001 | 11110 |
Color Harmonies of #152885
Complementary color
Monochromatic Colors of #152885
Black with #152885
Text Example
Text Example
White with #152885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152885; }
p { color: rgb(21,40,133); }
H1.HeaderClassName
{
color: #152885;
}
.AnyTagClassName
{
color: #152885;
}
</style>
background-color css
<style>
a { background-color: #152885; }
a { background-color: rgb(21,40,133); }
div.DivClassName
{
background-color: #152885;
}
.BgClassName
{
background-color: #152885;
}
</style>
border-color css
<style>
span { border-color: #152885; }
span { border-color: rgb(21,40,133); }
td.TdClassName
{
border-color: #152885;
}
.TagClassName
{
border-color: #152885;
}
</style>