Shades of Midnight Blue #0F0F60
Tints of Midnight Blue #0F0F60
RGB
CMYK
RGB Variations
Color information
#0F0F60 (or 0x0F0F60) is known color: Midnight Blue. HEX triplet: 0F, 0F and 60. RGB value is (15,15,96). Sum of RGB (Red+Green+Blue) = 15+15+96=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 96 (37.89% from 255 or 76.19% from 126); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F0F60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0F60 is #F0F09F. Grayscale: #171717. Windows color (decimal): -15790240 or 6295311. OLE color: 6295311.
HSL color Cylindrical-coordinate representation of color #0F0F60: hue angle of 240º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F0F60 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 15 | 96 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.62 |
| HSL | 240º | 0.73% | 0.22% | - |
| HSV(B) | 240º | 0.84% | 0.38% | - |
| XYZ | 2.48 | 1.29 | 11.18 | - |
| YUV | 24.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 15 | 96 | 0.84 | 0.84 | 0 | 0.62 | 240 | 0.73 | 0.22 |
| Hex | F | F | 60 | 54 | 54 | 0 | 3E | F0 | 49 | 16 |
| Octal | 17 | 17 | 140 | 124 | 124 | 0 | 76 | 360 | 111 | 26 |
| Binary | 1111 | 1111 | 1100000 | 1010100 | 1010100 | 0 | 111110 | 11110000 | 1001001 | 10110 |
Color Harmonies of #0F0F60
Complementary color
Monochromatic Colors of #0F0F60
Black with #0F0F60
Text Example
Text Example
White with #0F0F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0F60; }
p { color: rgb(15,15,96); }
H1.HeaderClassName
{
color: #0F0F60;
}
.AnyTagClassName
{
color: #0F0F60;
}
</style>
background-color css
<style>
a { background-color: #0F0F60; }
a { background-color: rgb(15,15,96); }
div.DivClassName
{
background-color: #0F0F60;
}
.BgClassName
{
background-color: #0F0F60;
}
</style>
border-color css
<style>
span { border-color: #0F0F60; }
span { border-color: rgb(15,15,96); }
td.TdClassName
{
border-color: #0F0F60;
}
.TagClassName
{
border-color: #0F0F60;
}
</style>