Shades of Midnight Blue #150367
Tints of Midnight Blue #150367
RGB
CMYK
RGB Variations
Color information
#150367 (or 0x150367) is known color: Midnight Blue. HEX triplet: 15, 03 and 67. RGB value is (21,3,103). Sum of RGB (Red+Green+Blue) = 21+3+103=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #150367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150367 is #EAFC98. Grayscale: #131313. Windows color (decimal): -15400089 or 6750997. OLE color: 6750997.
HSL color Cylindrical-coordinate representation of color #150367: hue angle of 250.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #150367 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 3 | 103 | - |
| CMYK | 0.80 | 0.97 | 0 | 0.60 |
| HSL | 250.8º | 0.94% | 0.21% | - |
| HSV(B) | 250.8º | 0.97% | 0.4% | - |
| XYZ | 2.79 | 1.2 | 12.92 | - |
| YUV | 19.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 3 | 103 | 0.80 | 0.97 | 0 | 0.60 | 250.8 | 0.94 | 0.21 |
| Hex | 15 | 3 | 67 | 50 | 61 | 0 | 3C | FB | 5E | 15 |
| Octal | 25 | 3 | 147 | 120 | 141 | 0 | 74 | 373 | 136 | 25 |
| Binary | 10101 | 11 | 1100111 | 1010000 | 1100001 | 0 | 111100 | 11111011 | 1011110 | 10101 |
Color Harmonies of #150367
Complementary color
Monochromatic Colors of #150367
Black with #150367
Text Example
Text Example
White with #150367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150367; }
p { color: rgb(21,3,103); }
H1.HeaderClassName
{
color: #150367;
}
.AnyTagClassName
{
color: #150367;
}
</style>
background-color css
<style>
a { background-color: #150367; }
a { background-color: rgb(21,3,103); }
div.DivClassName
{
background-color: #150367;
}
.BgClassName
{
background-color: #150367;
}
</style>
border-color css
<style>
span { border-color: #150367; }
span { border-color: rgb(21,3,103); }
td.TdClassName
{
border-color: #150367;
}
.TagClassName
{
border-color: #150367;
}
</style>