Shades of Midnight Blue #150462
Tints of Midnight Blue #150462
RGB
CMYK
RGB Variations
Color information
#150462 (or 0x150462) is known color: Midnight Blue. HEX triplet: 15, 04 and 62. RGB value is (21,4,98). Sum of RGB (Red+Green+Blue) = 21+4+98=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #150462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150462 is #EAFB9D. Grayscale: #131313. Windows color (decimal): -15399838 or 6423573. OLE color: 6423573.
HSL color Cylindrical-coordinate representation of color #150462: hue angle of 250.85º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150462 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 21 | 4 | 98 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.62 |
| HSL | 250.85º | 0.92% | 0.2% | - |
| HSV(B) | 250.85º | 0.96% | 0.38% | - |
| XYZ | 2.56 | 1.13 | 11.64 | - |
| YUV | 19.8 | 172.13 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 98 | 0.79 | 0.96 | 0 | 0.62 | 250.85 | 0.92 | 0.2 |
| Hex | 15 | 4 | 62 | 4F | 60 | 0 | 3E | FB | 5C | 14 |
| Octal | 25 | 4 | 142 | 117 | 140 | 0 | 76 | 373 | 134 | 24 |
| Binary | 10101 | 100 | 1100010 | 1001111 | 1100000 | 0 | 111110 | 11111011 | 1011100 | 10100 |
Color Harmonies of #150462
Complementary color
Monochromatic Colors of #150462
Black with #150462
Text Example
Text Example
White with #150462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150462; }
p { color: rgb(21,4,98); }
H1.HeaderClassName
{
color: #150462;
}
.AnyTagClassName
{
color: #150462;
}
</style>
background-color css
<style>
a { background-color: #150462; }
a { background-color: rgb(21,4,98); }
div.DivClassName
{
background-color: #150462;
}
.BgClassName
{
background-color: #150462;
}
</style>
border-color css
<style>
span { border-color: #150462; }
span { border-color: rgb(21,4,98); }
td.TdClassName
{
border-color: #150462;
}
.TagClassName
{
border-color: #150462;
}
</style>