Shades of Midnight Blue #0F0570
Tints of Midnight Blue #0F0570
RGB
CMYK
RGB Variations
Color information
#0F0570 (or 0x0F0570) is known color: Midnight Blue. HEX triplet: 0F, 05 and 70. RGB value is (15,5,112). Sum of RGB (Red+Green+Blue) = 15+5+112=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #0F0570 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0570 is #F0FA8F. Grayscale: #131313. Windows color (decimal): -15792784 or 7341327. OLE color: 7341327.
HSL color Cylindrical-coordinate representation of color #0F0570: hue angle of 245.61º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0570 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 5 | 112 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.56 |
| HSL | 245.61º | 0.91% | 0.23% | - |
| HSV(B) | 245.61º | 0.96% | 0.44% | - |
| XYZ | 3.18 | 1.38 | 15.43 | - |
| YUV | 20.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 112 | 0.87 | 0.96 | 0 | 0.56 | 245.61 | 0.91 | 0.23 |
| Hex | F | 5 | 70 | 57 | 60 | 0 | 38 | F6 | 5B | 17 |
| Octal | 17 | 5 | 160 | 127 | 140 | 0 | 70 | 366 | 133 | 27 |
| Binary | 1111 | 101 | 1110000 | 1010111 | 1100000 | 0 | 111000 | 11110110 | 1011011 | 10111 |
Color Harmonies of #0F0570
Complementary color
Monochromatic Colors of #0F0570
Black with #0F0570
Text Example
Text Example
White with #0F0570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0570; }
p { color: rgb(15,5,112); }
H1.HeaderClassName
{
color: #0F0570;
}
.AnyTagClassName
{
color: #0F0570;
}
</style>
background-color css
<style>
a { background-color: #0F0570; }
a { background-color: rgb(15,5,112); }
div.DivClassName
{
background-color: #0F0570;
}
.BgClassName
{
background-color: #0F0570;
}
</style>
border-color css
<style>
span { border-color: #0F0570; }
span { border-color: rgb(15,5,112); }
td.TdClassName
{
border-color: #0F0570;
}
.TagClassName
{
border-color: #0F0570;
}
</style>