Shades of Midnight Blue #150164
Tints of Midnight Blue #150164
RGB
CMYK
RGB Variations
Color information
#150164 (or 0x150164) is known color: Midnight Blue. HEX triplet: 15, 01 and 64. RGB value is (21,1,100). Sum of RGB (Red+Green+Blue) = 21+1+100=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 100 (39.45% from 255 or 81.97% from 122); Max value from RGB is 100 - color contains mainly: blue. Hex color #150164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150164 is #EAFE9B. Grayscale: #111111. Windows color (decimal): -15400604 or 6553877. OLE color: 6553877.
HSL color Cylindrical-coordinate representation of color #150164: hue angle of 252.12º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #150164 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 21 | 1 | 100 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.61 |
| HSL | 252.12º | 0.98% | 0.2% | - |
| HSV(B) | 252.12º | 0.99% | 0.39% | - |
| XYZ | 2.62 | 1.1 | 12.13 | - |
| YUV | 18.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 1 | 100 | 0.79 | 0.99 | 0 | 0.61 | 252.12 | 0.98 | 0.2 |
| Hex | 15 | 1 | 64 | 4F | 63 | 0 | 3D | FC | 62 | 14 |
| Octal | 25 | 1 | 144 | 117 | 143 | 0 | 75 | 374 | 142 | 24 |
| Binary | 10101 | 1 | 1100100 | 1001111 | 1100011 | 0 | 111101 | 11111100 | 1100010 | 10100 |
Color Harmonies of #150164
Complementary color
Monochromatic Colors of #150164
Black with #150164
Text Example
Text Example
White with #150164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150164; }
p { color: rgb(21,1,100); }
H1.HeaderClassName
{
color: #150164;
}
.AnyTagClassName
{
color: #150164;
}
</style>
background-color css
<style>
a { background-color: #150164; }
a { background-color: rgb(21,1,100); }
div.DivClassName
{
background-color: #150164;
}
.BgClassName
{
background-color: #150164;
}
</style>
border-color css
<style>
span { border-color: #150164; }
span { border-color: rgb(21,1,100); }
td.TdClassName
{
border-color: #150164;
}
.TagClassName
{
border-color: #150164;
}
</style>