Shades of Midnight Blue #0F1062
Tints of Midnight Blue #0F1062
RGB
CMYK
RGB Variations
Color information
#0F1062 (or 0x0F1062) is known color: Midnight Blue. HEX triplet: 0F, 10 and 62. RGB value is (15,16,98). Sum of RGB (Red+Green+Blue) = 15+16+98=129 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.63% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 98 (38.67% from 255 or 75.97% from 129); Max value from RGB is 98 - color contains mainly: blue. Hex color #0F1062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1062 is #F0EF9D. Grayscale: #181818. Windows color (decimal): -15789982 or 6426639. OLE color: 6426639.
HSL color Cylindrical-coordinate representation of color #0F1062: hue angle of 239.28º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F1062 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 16 | 98 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.62 |
| HSL | 239.28º | 0.73% | 0.22% | - |
| HSV(B) | 239.28º | 0.85% | 0.38% | - |
| XYZ | 2.59 | 1.35 | 11.68 | - |
| YUV | 25.05 | 169.17 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 98 | 0.85 | 0.84 | 0 | 0.62 | 239.28 | 0.73 | 0.22 |
| Hex | F | 10 | 62 | 55 | 54 | 0 | 3E | EF | 49 | 16 |
| Octal | 17 | 20 | 142 | 125 | 124 | 0 | 76 | 357 | 111 | 26 |
| Binary | 1111 | 10000 | 1100010 | 1010101 | 1010100 | 0 | 111110 | 11101111 | 1001001 | 10110 |
Color Harmonies of #0F1062
Complementary color
Monochromatic Colors of #0F1062
Black with #0F1062
Text Example
Text Example
White with #0F1062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1062; }
p { color: rgb(15,16,98); }
H1.HeaderClassName
{
color: #0F1062;
}
.AnyTagClassName
{
color: #0F1062;
}
</style>
background-color css
<style>
a { background-color: #0F1062; }
a { background-color: rgb(15,16,98); }
div.DivClassName
{
background-color: #0F1062;
}
.BgClassName
{
background-color: #0F1062;
}
</style>
border-color css
<style>
span { border-color: #0F1062; }
span { border-color: rgb(15,16,98); }
td.TdClassName
{
border-color: #0F1062;
}
.TagClassName
{
border-color: #0F1062;
}
</style>