Shades of Midnight Blue #0F2087
Tints of Midnight Blue #0F2087
RGB
CMYK
RGB Variations
Color information
#0F2087 (or 0x0F2087) is known color: Midnight Blue. HEX triplet: 0F, 20 and 87. RGB value is (15,32,135). Sum of RGB (Red+Green+Blue) = 15+32+135=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 135 (53.12% from 255 or 74.18% from 182); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F2087 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2087 is #F0DF78. Grayscale: #262626. Windows color (decimal): -15785849 or 8855567. OLE color: 8855567.
HSL color Cylindrical-coordinate representation of color #0F2087: hue angle of 231.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F2087 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 32 | 135 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.47 |
| HSL | 231.5º | 0.8% | 0.29% | - |
| HSV(B) | 231.5º | 0.89% | 0.53% | - |
| XYZ | 5.09 | 2.88 | 23.21 | - |
| YUV | 38.66 | 182.37 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 135 | 0.89 | 0.76 | 0 | 0.47 | 231.5 | 0.8 | 0.29 |
| Hex | F | 20 | 87 | 59 | 4C | 0 | 2F | E8 | 50 | 1D |
| Octal | 17 | 40 | 207 | 131 | 114 | 0 | 57 | 350 | 120 | 35 |
| Binary | 1111 | 100000 | 10000111 | 1011001 | 1001100 | 0 | 101111 | 11101000 | 1010000 | 11101 |
Color Harmonies of #0F2087
Complementary color
Monochromatic Colors of #0F2087
Black with #0F2087
Text Example
Text Example
White with #0F2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2087; }
p { color: rgb(15,32,135); }
H1.HeaderClassName
{
color: #0F2087;
}
.AnyTagClassName
{
color: #0F2087;
}
</style>
background-color css
<style>
a { background-color: #0F2087; }
a { background-color: rgb(15,32,135); }
div.DivClassName
{
background-color: #0F2087;
}
.BgClassName
{
background-color: #0F2087;
}
</style>
border-color css
<style>
span { border-color: #0F2087; }
span { border-color: rgb(15,32,135); }
td.TdClassName
{
border-color: #0F2087;
}
.TagClassName
{
border-color: #0F2087;
}
</style>