Shades of Midnight Blue #150067
Tints of Midnight Blue #150067
RGB
CMYK
RGB Variations
Color information
#150067 (or 0x150067) is known color: Midnight Blue. HEX triplet: 15, 00 and 67. RGB value is (21,0,103). Sum of RGB (Red+Green+Blue) = 21+0+103=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #150067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150067 is #EAFF98. Grayscale: #111111. Windows color (decimal): -15400857 or 6750229. OLE color: 6750229.
HSL color Cylindrical-coordinate representation of color #150067: hue angle of 252.23º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150067 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 0 | 103 | - |
| CMYK | 0.80 | 1 | 0 | 0.60 |
| HSL | 252.23º | 1% | 0.2% | - |
| HSV(B) | 252.23º | 1% | 0.4% | - |
| XYZ | 2.76 | 1.14 | 12.91 | - |
| YUV | 18.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 103 | 0.80 | 1 | 0 | 0.60 | 252.23 | 1 | 0.2 |
| Hex | 15 | 0 | 67 | 50 | 64 | 0 | 3C | FC | 64 | 14 |
| Octal | 25 | 0 | 147 | 120 | 144 | 0 | 74 | 374 | 144 | 24 |
| Binary | 10101 | 0 | 1100111 | 1010000 | 1100100 | 0 | 111100 | 11111100 | 1100100 | 10100 |
Color Harmonies of #150067
Complementary color
Monochromatic Colors of #150067
Black with #150067
Text Example
Text Example
White with #150067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150067; }
p { color: rgb(21,0,103); }
H1.HeaderClassName
{
color: #150067;
}
.AnyTagClassName
{
color: #150067;
}
</style>
background-color css
<style>
a { background-color: #150067; }
a { background-color: rgb(21,0,103); }
div.DivClassName
{
background-color: #150067;
}
.BgClassName
{
background-color: #150067;
}
</style>
border-color css
<style>
span { border-color: #150067; }
span { border-color: rgb(21,0,103); }
td.TdClassName
{
border-color: #150067;
}
.TagClassName
{
border-color: #150067;
}
</style>