Shades of Midnight Blue #0F1961
Tints of Midnight Blue #0F1961
RGB
CMYK
RGB Variations
Color information
#0F1961 (or 0x0F1961) is known color: Midnight Blue. HEX triplet: 0F, 19 and 61. RGB value is (15,25,97). Sum of RGB (Red+Green+Blue) = 15+25+97=137 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.95% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F1961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1961 is #F0E69E. Grayscale: #1D1D1D. Windows color (decimal): -15787679 or 6363407. OLE color: 6363407.
HSL color Cylindrical-coordinate representation of color #0F1961: hue angle of 232.68º 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 #0F1961 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 25 | 97 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.62 |
| HSL | 232.68º | 0.73% | 0.22% | - |
| HSV(B) | 232.68º | 0.85% | 0.38% | - |
| XYZ | 2.7 | 1.66 | 11.49 | - |
| YUV | 30.22 | 165.69 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 97 | 0.85 | 0.74 | 0 | 0.62 | 232.68 | 0.73 | 0.22 |
| Hex | F | 19 | 61 | 55 | 4A | 0 | 3E | E9 | 49 | 16 |
| Octal | 17 | 31 | 141 | 125 | 112 | 0 | 76 | 351 | 111 | 26 |
| Binary | 1111 | 11001 | 1100001 | 1010101 | 1001010 | 0 | 111110 | 11101001 | 1001001 | 10110 |
Color Harmonies of #0F1961
Complementary color
Monochromatic Colors of #0F1961
Black with #0F1961
Text Example
Text Example
White with #0F1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1961; }
p { color: rgb(15,25,97); }
H1.HeaderClassName
{
color: #0F1961;
}
.AnyTagClassName
{
color: #0F1961;
}
</style>
background-color css
<style>
a { background-color: #0F1961; }
a { background-color: rgb(15,25,97); }
div.DivClassName
{
background-color: #0F1961;
}
.BgClassName
{
background-color: #0F1961;
}
</style>
border-color css
<style>
span { border-color: #0F1961; }
span { border-color: rgb(15,25,97); }
td.TdClassName
{
border-color: #0F1961;
}
.TagClassName
{
border-color: #0F1961;
}
</style>