Shades of Midnight Blue #150754
Tints of Midnight Blue #150754
RGB
CMYK
RGB Variations
Color information
#150754 (or 0x150754) is known color: Midnight Blue. HEX triplet: 15, 07 and 54. RGB value is (21,7,84). Sum of RGB (Red+Green+Blue) = 21+7+84=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 7 (3.12% from 255 or 6.25% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #150754 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150754 is #EAF8AB. Grayscale: #131313. Windows color (decimal): -15399084 or 5506837. OLE color: 5506837.
HSL color Cylindrical-coordinate representation of color #150754: hue angle of 250.91º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #150754 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 21 | 7 | 84 | - |
| CMYK | 0.75 | 0.92 | 0 | 0.67 |
| HSL | 250.91º | 0.85% | 0.18% | - |
| HSV(B) | 250.91º | 0.92% | 0.33% | - |
| XYZ | 1.99 | 0.95 | 8.47 | - |
| YUV | 19.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 7 | 84 | 0.75 | 0.92 | 0 | 0.67 | 250.91 | 0.85 | 0.18 |
| Hex | 15 | 7 | 54 | 4B | 5C | 0 | 43 | FB | 55 | 12 |
| Octal | 25 | 7 | 124 | 113 | 134 | 0 | 103 | 373 | 125 | 22 |
| Binary | 10101 | 111 | 1010100 | 1001011 | 1011100 | 0 | 1000011 | 11111011 | 1010101 | 10010 |
Color Harmonies of #150754
Complementary color
Monochromatic Colors of #150754
Black with #150754
Text Example
Text Example
White with #150754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150754; }
p { color: rgb(21,7,84); }
H1.HeaderClassName
{
color: #150754;
}
.AnyTagClassName
{
color: #150754;
}
</style>
background-color css
<style>
a { background-color: #150754; }
a { background-color: rgb(21,7,84); }
div.DivClassName
{
background-color: #150754;
}
.BgClassName
{
background-color: #150754;
}
</style>
border-color css
<style>
span { border-color: #150754; }
span { border-color: rgb(21,7,84); }
td.TdClassName
{
border-color: #150754;
}
.TagClassName
{
border-color: #150754;
}
</style>