Shades of Midnight Blue #0F1F85
Tints of Midnight Blue #0F1F85
RGB
CMYK
RGB Variations
Color information
#0F1F85 (or 0x0F1F85) is known color: Midnight Blue. HEX triplet: 0F, 1F and 85. RGB value is (15,31,133). Sum of RGB (Red+Green+Blue) = 15+31+133=179 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.38% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 133 (52.34% from 255 or 74.30% from 179); Max value from RGB is 133 - color contains mainly: blue. Hex color #0F1F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1F85 is #F0E07A. Grayscale: #252525. Windows color (decimal): -15786107 or 8724239. OLE color: 8724239.
HSL color Cylindrical-coordinate representation of color #0F1F85: hue angle of 231.86º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F1F85 is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 15 | 31 | 133 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.48 |
| HSL | 231.86º | 0.8% | 0.29% | - |
| HSV(B) | 231.86º | 0.89% | 0.52% | - |
| XYZ | 4.92 | 2.77 | 22.47 | - |
| YUV | 37.84 | 181.7 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 31 | 133 | 0.89 | 0.77 | 0 | 0.48 | 231.86 | 0.8 | 0.29 |
| Hex | F | 1F | 85 | 59 | 4D | 0 | 30 | E8 | 50 | 1D |
| Octal | 17 | 37 | 205 | 131 | 115 | 0 | 60 | 350 | 120 | 35 |
| Binary | 1111 | 11111 | 10000101 | 1011001 | 1001101 | 0 | 110000 | 11101000 | 1010000 | 11101 |
Color Harmonies of #0F1F85
Complementary color
Monochromatic Colors of #0F1F85
Black with #0F1F85
Text Example
Text Example
White with #0F1F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1F85; }
p { color: rgb(15,31,133); }
H1.HeaderClassName
{
color: #0F1F85;
}
.AnyTagClassName
{
color: #0F1F85;
}
</style>
background-color css
<style>
a { background-color: #0F1F85; }
a { background-color: rgb(15,31,133); }
div.DivClassName
{
background-color: #0F1F85;
}
.BgClassName
{
background-color: #0F1F85;
}
</style>
border-color css
<style>
span { border-color: #0F1F85; }
span { border-color: rgb(15,31,133); }
td.TdClassName
{
border-color: #0F1F85;
}
.TagClassName
{
border-color: #0F1F85;
}
</style>