Shades of Midnight Blue #150F7B
Tints of Midnight Blue #150F7B
RGB
CMYK
RGB Variations
Color information
#150F7B (or 0x150F7B) is known color: Midnight Blue. HEX triplet: 15, 0F and 7B. RGB value is (21,15,123). Sum of RGB (Red+Green+Blue) = 21+15+123=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #150F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F7B is #EAF084. Grayscale: #1C1C1C. Windows color (decimal): -15396997 or 8064789. OLE color: 8064789.
HSL color Cylindrical-coordinate representation of color #150F7B: hue angle of 243.33º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #150F7B is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 15 | 123 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.52 |
| HSL | 243.33º | 0.78% | 0.27% | - |
| HSV(B) | 243.33º | 0.88% | 0.48% | - |
| XYZ | 4.06 | 1.93 | 18.9 | - |
| YUV | 29.11 | 180.99 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 123 | 0.83 | 0.88 | 0 | 0.52 | 243.33 | 0.78 | 0.27 |
| Hex | 15 | F | 7B | 53 | 58 | 0 | 34 | F3 | 4E | 1B |
| Octal | 25 | 17 | 173 | 123 | 130 | 0 | 64 | 363 | 116 | 33 |
| Binary | 10101 | 1111 | 1111011 | 1010011 | 1011000 | 0 | 110100 | 11110011 | 1001110 | 11011 |
Color Harmonies of #150F7B
Complementary color
Monochromatic Colors of #150F7B
Black with #150F7B
Text Example
Text Example
White with #150F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F7B; }
p { color: rgb(21,15,123); }
H1.HeaderClassName
{
color: #150F7B;
}
.AnyTagClassName
{
color: #150F7B;
}
</style>
background-color css
<style>
a { background-color: #150F7B; }
a { background-color: rgb(21,15,123); }
div.DivClassName
{
background-color: #150F7B;
}
.BgClassName
{
background-color: #150F7B;
}
</style>
border-color css
<style>
span { border-color: #150F7B; }
span { border-color: rgb(21,15,123); }
td.TdClassName
{
border-color: #150F7B;
}
.TagClassName
{
border-color: #150F7B;
}
</style>