Shades of Midnight Blue #150468
Tints of Midnight Blue #150468
RGB
CMYK
RGB Variations
Color information
#150468 (or 0x150468) is known color: Midnight Blue. HEX triplet: 15, 04 and 68. RGB value is (21,4,104). Sum of RGB (Red+Green+Blue) = 21+4+104=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #150468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150468 is #EAFB97. Grayscale: #141414. Windows color (decimal): -15399832 or 6816789. OLE color: 6816789.
HSL color Cylindrical-coordinate representation of color #150468: hue angle of 250.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150468 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 4 | 104 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.59 |
| HSL | 250.2º | 0.93% | 0.21% | - |
| HSV(B) | 250.2º | 0.96% | 0.41% | - |
| XYZ | 2.85 | 1.25 | 13.19 | - |
| YUV | 20.48 | 175.13 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 4 | 104 | 0.80 | 0.96 | 0 | 0.59 | 250.2 | 0.93 | 0.21 |
| Hex | 15 | 4 | 68 | 50 | 60 | 0 | 3B | FA | 5D | 15 |
| Octal | 25 | 4 | 150 | 120 | 140 | 0 | 73 | 372 | 135 | 25 |
| Binary | 10101 | 100 | 1101000 | 1010000 | 1100000 | 0 | 111011 | 11111010 | 1011101 | 10101 |
Color Harmonies of #150468
Complementary color
Monochromatic Colors of #150468
Black with #150468
Text Example
Text Example
White with #150468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150468; }
p { color: rgb(21,4,104); }
H1.HeaderClassName
{
color: #150468;
}
.AnyTagClassName
{
color: #150468;
}
</style>
background-color css
<style>
a { background-color: #150468; }
a { background-color: rgb(21,4,104); }
div.DivClassName
{
background-color: #150468;
}
.BgClassName
{
background-color: #150468;
}
</style>
border-color css
<style>
span { border-color: #150468; }
span { border-color: rgb(21,4,104); }
td.TdClassName
{
border-color: #150468;
}
.TagClassName
{
border-color: #150468;
}
</style>