Shades of Midnight Blue #150358
Tints of Midnight Blue #150358
RGB
CMYK
RGB Variations
Color information
#150358 (or 0x150358) is known color: Midnight Blue. HEX triplet: 15, 03 and 58. RGB value is (21,3,88). Sum of RGB (Red+Green+Blue) = 21+3+88=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #150358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150358 is #EAFCA7. Grayscale: #111111. Windows color (decimal): -15400104 or 5767957. OLE color: 5767957.
HSL color Cylindrical-coordinate representation of color #150358: hue angle of 252.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150358 is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 3 | 88 | - |
| CMYK | 0.76 | 0.97 | 0 | 0.65 |
| HSL | 252.71º | 0.93% | 0.18% | - |
| HSV(B) | 252.71º | 0.97% | 0.35% | - |
| XYZ | 2.1 | 0.93 | 9.3 | - |
| YUV | 18.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 88 | 0.76 | 0.97 | 0 | 0.65 | 252.71 | 0.93 | 0.18 |
| Hex | 15 | 3 | 58 | 4C | 61 | 0 | 41 | FD | 5D | 12 |
| Octal | 25 | 3 | 130 | 114 | 141 | 0 | 101 | 375 | 135 | 22 |
| Binary | 10101 | 11 | 1011000 | 1001100 | 1100001 | 0 | 1000001 | 11111101 | 1011101 | 10010 |
Color Harmonies of #150358
Complementary color
Monochromatic Colors of #150358
Black with #150358
Text Example
Text Example
White with #150358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150358; }
p { color: rgb(21,3,88); }
H1.HeaderClassName
{
color: #150358;
}
.AnyTagClassName
{
color: #150358;
}
</style>
background-color css
<style>
a { background-color: #150358; }
a { background-color: rgb(21,3,88); }
div.DivClassName
{
background-color: #150358;
}
.BgClassName
{
background-color: #150358;
}
</style>
border-color css
<style>
span { border-color: #150358; }
span { border-color: rgb(21,3,88); }
td.TdClassName
{
border-color: #150358;
}
.TagClassName
{
border-color: #150358;
}
</style>