Shades of Midnight Blue #0F1660
Tints of Midnight Blue #0F1660
RGB
CMYK
RGB Variations
Color information
#0F1660 (or 0x0F1660) is known color: Midnight Blue. HEX triplet: 0F, 16 and 60. RGB value is (15,22,96). Sum of RGB (Red+Green+Blue) = 15+22+96=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F1660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1660 is #F0E99F. Grayscale: #1C1C1C. Windows color (decimal): -15788448 or 6297103. OLE color: 6297103.
HSL color Cylindrical-coordinate representation of color #0F1660: hue angle of 234.81º 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 #0F1660 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 22 | 96 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.62 |
| HSL | 234.81º | 0.73% | 0.22% | - |
| HSV(B) | 234.81º | 0.84% | 0.38% | - |
| XYZ | 2.6 | 1.52 | 11.22 | - |
| YUV | 28.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 96 | 0.84 | 0.77 | 0 | 0.62 | 234.81 | 0.73 | 0.22 |
| Hex | F | 16 | 60 | 54 | 4D | 0 | 3E | EB | 49 | 16 |
| Octal | 17 | 26 | 140 | 124 | 115 | 0 | 76 | 353 | 111 | 26 |
| Binary | 1111 | 10110 | 1100000 | 1010100 | 1001101 | 0 | 111110 | 11101011 | 1001001 | 10110 |
Color Harmonies of #0F1660
Complementary color
Monochromatic Colors of #0F1660
Black with #0F1660
Text Example
Text Example
White with #0F1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1660; }
p { color: rgb(15,22,96); }
H1.HeaderClassName
{
color: #0F1660;
}
.AnyTagClassName
{
color: #0F1660;
}
</style>
background-color css
<style>
a { background-color: #0F1660; }
a { background-color: rgb(15,22,96); }
div.DivClassName
{
background-color: #0F1660;
}
.BgClassName
{
background-color: #0F1660;
}
</style>
border-color css
<style>
span { border-color: #0F1660; }
span { border-color: rgb(15,22,96); }
td.TdClassName
{
border-color: #0F1660;
}
.TagClassName
{
border-color: #0F1660;
}
</style>