Shades of Midnight Blue #0F1361
Tints of Midnight Blue #0F1361
RGB
CMYK
RGB Variations
Color information
#0F1361 (or 0x0F1361) is known color: Midnight Blue. HEX triplet: 0F, 13 and 61. RGB value is (15,19,97). Sum of RGB (Red+Green+Blue) = 15+19+97=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #0F1361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1361 is #F0EC9E. Grayscale: #1A1A1A. Windows color (decimal): -15789215 or 6361871. OLE color: 6361871.
HSL color Cylindrical-coordinate representation of color #0F1361: hue angle of 237.07º 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 #0F1361 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 19 | 97 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.62 |
| HSL | 237.07º | 0.73% | 0.22% | - |
| HSV(B) | 237.07º | 0.85% | 0.38% | - |
| XYZ | 2.59 | 1.43 | 11.45 | - |
| YUV | 26.7 | 167.67 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 97 | 0.85 | 0.80 | 0 | 0.62 | 237.07 | 0.73 | 0.22 |
| Hex | F | 13 | 61 | 55 | 50 | 0 | 3E | ED | 49 | 16 |
| Octal | 17 | 23 | 141 | 125 | 120 | 0 | 76 | 355 | 111 | 26 |
| Binary | 1111 | 10011 | 1100001 | 1010101 | 1010000 | 0 | 111110 | 11101101 | 1001001 | 10110 |
Color Harmonies of #0F1361
Complementary color
Monochromatic Colors of #0F1361
Black with #0F1361
Text Example
Text Example
White with #0F1361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1361; }
p { color: rgb(15,19,97); }
H1.HeaderClassName
{
color: #0F1361;
}
.AnyTagClassName
{
color: #0F1361;
}
</style>
background-color css
<style>
a { background-color: #0F1361; }
a { background-color: rgb(15,19,97); }
div.DivClassName
{
background-color: #0F1361;
}
.BgClassName
{
background-color: #0F1361;
}
</style>
border-color css
<style>
span { border-color: #0F1361; }
span { border-color: rgb(15,19,97); }
td.TdClassName
{
border-color: #0F1361;
}
.TagClassName
{
border-color: #0F1361;
}
</style>