Shades of Midnight Blue #150F6C
Tints of Midnight Blue #150F6C
RGB
CMYK
RGB Variations
Color information
#150F6C (or 0x150F6C) is known color: Midnight Blue. HEX triplet: 15, 0F and 6C. RGB value is (21,15,108). Sum of RGB (Red+Green+Blue) = 21+15+108=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #150F6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150F6C is #EAF093. Grayscale: #1B1B1B. Windows color (decimal): -15397012 or 7081749. OLE color: 7081749.
HSL color Cylindrical-coordinate representation of color #150F6C: hue angle of 243.87º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150F6C is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 15 | 108 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.58 |
| HSL | 243.87º | 0.76% | 0.24% | - |
| HSV(B) | 243.87º | 0.86% | 0.42% | - |
| XYZ | 3.19 | 1.58 | 14.33 | - |
| YUV | 27.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 108 | 0.81 | 0.86 | 0 | 0.58 | 243.87 | 0.76 | 0.24 |
| Hex | 15 | F | 6C | 51 | 56 | 0 | 3A | F4 | 4C | 18 |
| Octal | 25 | 17 | 154 | 121 | 126 | 0 | 72 | 364 | 114 | 30 |
| Binary | 10101 | 1111 | 1101100 | 1010001 | 1010110 | 0 | 111010 | 11110100 | 1001100 | 11000 |
Color Harmonies of #150F6C
Complementary color
Monochromatic Colors of #150F6C
Black with #150F6C
Text Example
Text Example
White with #150F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F6C; }
p { color: rgb(21,15,108); }
H1.HeaderClassName
{
color: #150F6C;
}
.AnyTagClassName
{
color: #150F6C;
}
</style>
background-color css
<style>
a { background-color: #150F6C; }
a { background-color: rgb(21,15,108); }
div.DivClassName
{
background-color: #150F6C;
}
.BgClassName
{
background-color: #150F6C;
}
</style>
border-color css
<style>
span { border-color: #150F6C; }
span { border-color: rgb(21,15,108); }
td.TdClassName
{
border-color: #150F6C;
}
.TagClassName
{
border-color: #150F6C;
}
</style>