Shades of Midnight Blue #0F0769
Tints of Midnight Blue #0F0769
RGB
CMYK
RGB Variations
Color information
#0F0769 (or 0x0F0769) is known color: Midnight Blue. HEX triplet: 0F, 07 and 69. RGB value is (15,7,105). Sum of RGB (Red+Green+Blue) = 15+7+105=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 105 (41.41% from 255 or 82.68% from 127); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F0769 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0769 is #F0F896. Grayscale: #141414. Windows color (decimal): -15792279 or 6883087. OLE color: 6883087.
HSL color Cylindrical-coordinate representation of color #0F0769: hue angle of 244.9º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0769 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 7 | 105 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.59 |
| HSL | 244.9º | 0.88% | 0.22% | - |
| HSV(B) | 244.9º | 0.93% | 0.41% | - |
| XYZ | 2.82 | 1.27 | 13.46 | - |
| YUV | 20.56 | 175.65 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 105 | 0.86 | 0.93 | 0 | 0.59 | 244.9 | 0.88 | 0.22 |
| Hex | F | 7 | 69 | 56 | 5D | 0 | 3B | F5 | 58 | 16 |
| Octal | 17 | 7 | 151 | 126 | 135 | 0 | 73 | 365 | 130 | 26 |
| Binary | 1111 | 111 | 1101001 | 1010110 | 1011101 | 0 | 111011 | 11110101 | 1011000 | 10110 |
Color Harmonies of #0F0769
Complementary color
Monochromatic Colors of #0F0769
Black with #0F0769
Text Example
Text Example
White with #0F0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0769; }
p { color: rgb(15,7,105); }
H1.HeaderClassName
{
color: #0F0769;
}
.AnyTagClassName
{
color: #0F0769;
}
</style>
background-color css
<style>
a { background-color: #0F0769; }
a { background-color: rgb(15,7,105); }
div.DivClassName
{
background-color: #0F0769;
}
.BgClassName
{
background-color: #0F0769;
}
</style>
border-color css
<style>
span { border-color: #0F0769; }
span { border-color: rgb(15,7,105); }
td.TdClassName
{
border-color: #0F0769;
}
.TagClassName
{
border-color: #0F0769;
}
</style>