Shades of Midnight Blue #0F0669
Tints of Midnight Blue #0F0669
RGB
CMYK
RGB Variations
Color information
#0F0669 (or 0x0F0669) is known color: Midnight Blue. HEX triplet: 0F, 06 and 69. RGB value is (15,6,105). Sum of RGB (Red+Green+Blue) = 15+6+105=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F0669 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0669 is #F0F996. Grayscale: #131313. Windows color (decimal): -15792535 or 6882831. OLE color: 6882831.
HSL color Cylindrical-coordinate representation of color #0F0669: hue angle of 245.45º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0669 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 6 | 105 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.59 |
| HSL | 245.45º | 0.89% | 0.22% | - |
| HSV(B) | 245.45º | 0.94% | 0.41% | - |
| XYZ | 2.81 | 1.25 | 13.46 | - |
| YUV | 19.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 105 | 0.86 | 0.94 | 0 | 0.59 | 245.45 | 0.89 | 0.22 |
| Hex | F | 6 | 69 | 56 | 5E | 0 | 3B | F5 | 59 | 16 |
| Octal | 17 | 6 | 151 | 126 | 136 | 0 | 73 | 365 | 131 | 26 |
| Binary | 1111 | 110 | 1101001 | 1010110 | 1011110 | 0 | 111011 | 11110101 | 1011001 | 10110 |
Color Harmonies of #0F0669
Complementary color
Monochromatic Colors of #0F0669
Black with #0F0669
Text Example
Text Example
White with #0F0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0669; }
p { color: rgb(15,6,105); }
H1.HeaderClassName
{
color: #0F0669;
}
.AnyTagClassName
{
color: #0F0669;
}
</style>
background-color css
<style>
a { background-color: #0F0669; }
a { background-color: rgb(15,6,105); }
div.DivClassName
{
background-color: #0F0669;
}
.BgClassName
{
background-color: #0F0669;
}
</style>
border-color css
<style>
span { border-color: #0F0669; }
span { border-color: rgb(15,6,105); }
td.TdClassName
{
border-color: #0F0669;
}
.TagClassName
{
border-color: #0F0669;
}
</style>