Shades of Midnight Blue #150677
Tints of Midnight Blue #150677
RGB
CMYK
RGB Variations
Color information
#150677 (or 0x150677) is known color: Midnight Blue. HEX triplet: 15, 06 and 77. RGB value is (21,6,119). Sum of RGB (Red+Green+Blue) = 21+6+119=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 6 (2.73% from 255 or 4.11% from 146); Blue value is 119 (46.88% from 255 or 81.51% from 146); Max value from RGB is 119 - color contains mainly: blue. Hex color #150677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150677 is #EAF988. Grayscale: #161616. Windows color (decimal): -15399305 or 7800341. OLE color: 7800341.
HSL color Cylindrical-coordinate representation of color #150677: hue angle of 247.96º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150677 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 6 | 119 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.53 |
| HSL | 247.96º | 0.9% | 0.25% | - |
| HSV(B) | 247.96º | 0.95% | 0.47% | - |
| XYZ | 3.7 | 1.62 | 17.57 | - |
| YUV | 23.37 | 181.97 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 6 | 119 | 0.82 | 0.95 | 0 | 0.53 | 247.96 | 0.9 | 0.25 |
| Hex | 15 | 6 | 77 | 52 | 5F | 0 | 35 | F8 | 5A | 19 |
| Octal | 25 | 6 | 167 | 122 | 137 | 0 | 65 | 370 | 132 | 31 |
| Binary | 10101 | 110 | 1110111 | 1010010 | 1011111 | 0 | 110101 | 11111000 | 1011010 | 11001 |
Color Harmonies of #150677
Complementary color
Monochromatic Colors of #150677
Black with #150677
Text Example
Text Example
White with #150677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150677; }
p { color: rgb(21,6,119); }
H1.HeaderClassName
{
color: #150677;
}
.AnyTagClassName
{
color: #150677;
}
</style>
background-color css
<style>
a { background-color: #150677; }
a { background-color: rgb(21,6,119); }
div.DivClassName
{
background-color: #150677;
}
.BgClassName
{
background-color: #150677;
}
</style>
border-color css
<style>
span { border-color: #150677; }
span { border-color: rgb(21,6,119); }
td.TdClassName
{
border-color: #150677;
}
.TagClassName
{
border-color: #150677;
}
</style>