Shades of Midnight Blue #150255
Tints of Midnight Blue #150255
RGB
CMYK
RGB Variations
Color information
#150255 (or 0x150255) is known color: Midnight Blue. HEX triplet: 15, 02 and 55. RGB value is (21,2,85). Sum of RGB (Red+Green+Blue) = 21+2+85=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #150255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150255 is #EAFDAA. Grayscale: #101010. Windows color (decimal): -15400363 or 5571093. OLE color: 5571093.
HSL color Cylindrical-coordinate representation of color #150255: hue angle of 253.73º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150255 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 2 | 85 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.67 |
| HSL | 253.73º | 0.95% | 0.17% | - |
| HSV(B) | 253.73º | 0.98% | 0.33% | - |
| XYZ | 1.97 | 0.86 | 8.66 | - |
| YUV | 17.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 2 | 85 | 0.75 | 0.98 | 0 | 0.67 | 253.73 | 0.95 | 0.17 |
| Hex | 15 | 2 | 55 | 4B | 62 | 0 | 43 | FE | 5F | 11 |
| Octal | 25 | 2 | 125 | 113 | 142 | 0 | 103 | 376 | 137 | 21 |
| Binary | 10101 | 10 | 1010101 | 1001011 | 1100010 | 0 | 1000011 | 11111110 | 1011111 | 10001 |
Color Harmonies of #150255
Complementary color
Monochromatic Colors of #150255
Black with #150255
Text Example
Text Example
White with #150255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150255; }
p { color: rgb(21,2,85); }
H1.HeaderClassName
{
color: #150255;
}
.AnyTagClassName
{
color: #150255;
}
</style>
background-color css
<style>
a { background-color: #150255; }
a { background-color: rgb(21,2,85); }
div.DivClassName
{
background-color: #150255;
}
.BgClassName
{
background-color: #150255;
}
</style>
border-color css
<style>
span { border-color: #150255; }
span { border-color: rgb(21,2,85); }
td.TdClassName
{
border-color: #150255;
}
.TagClassName
{
border-color: #150255;
}
</style>