Shades of Midnight Blue #0F056F
Tints of Midnight Blue #0F056F
RGB
CMYK
RGB Variations
Color information
#0F056F (or 0x0F056F) is known color: Midnight Blue. HEX triplet: 0F, 05 and 6F. RGB value is (15,5,111). Sum of RGB (Red+Green+Blue) = 15+5+111=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 111 (43.75% from 255 or 84.73% from 131); Max value from RGB is 111 - color contains mainly: blue. Hex color #0F056F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F056F is #F0FA90. Grayscale: #131313. Windows color (decimal): -15792785 or 7275791. OLE color: 7275791.
HSL color Cylindrical-coordinate representation of color #0F056F: hue angle of 245.66º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F056F is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 5 | 111 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.56 |
| HSL | 245.66º | 0.91% | 0.23% | - |
| HSV(B) | 245.66º | 0.95% | 0.44% | - |
| XYZ | 3.12 | 1.36 | 15.14 | - |
| YUV | 20.07 | 179.31 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 111 | 0.86 | 0.95 | 0 | 0.56 | 245.66 | 0.91 | 0.23 |
| Hex | F | 5 | 6F | 56 | 5F | 0 | 38 | F6 | 5B | 17 |
| Octal | 17 | 5 | 157 | 126 | 137 | 0 | 70 | 366 | 133 | 27 |
| Binary | 1111 | 101 | 1101111 | 1010110 | 1011111 | 0 | 111000 | 11110110 | 1011011 | 10111 |
Color Harmonies of #0F056F
Complementary color
Monochromatic Colors of #0F056F
Black with #0F056F
Text Example
Text Example
White with #0F056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F056F; }
p { color: rgb(15,5,111); }
H1.HeaderClassName
{
color: #0F056F;
}
.AnyTagClassName
{
color: #0F056F;
}
</style>
background-color css
<style>
a { background-color: #0F056F; }
a { background-color: rgb(15,5,111); }
div.DivClassName
{
background-color: #0F056F;
}
.BgClassName
{
background-color: #0F056F;
}
</style>
border-color css
<style>
span { border-color: #0F056F; }
span { border-color: rgb(15,5,111); }
td.TdClassName
{
border-color: #0F056F;
}
.TagClassName
{
border-color: #0F056F;
}
</style>