Shades of Midnight Blue #0F0857
Tints of Midnight Blue #0F0857
RGB
CMYK
RGB Variations
Color information
#0F0857 (or 0x0F0857) is known color: Midnight Blue. HEX triplet: 0F, 08 and 57. RGB value is (15,8,87). Sum of RGB (Red+Green+Blue) = 15+8+87=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 87 (34.38% from 255 or 79.09% from 110); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F0857 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0857 is #F0F7A8. Grayscale: #121212. Windows color (decimal): -15792041 or 5703695. OLE color: 5703695.
HSL color Cylindrical-coordinate representation of color #0F0857: hue angle of 245.32º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F0857 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 15 | 8 | 87 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.66 |
| HSL | 245.32º | 0.83% | 0.19% | - |
| HSV(B) | 245.32º | 0.91% | 0.34% | - |
| XYZ | 2 | 0.96 | 9.1 | - |
| YUV | 19.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 87 | 0.83 | 0.91 | 0 | 0.66 | 245.32 | 0.83 | 0.19 |
| Hex | F | 8 | 57 | 53 | 5B | 0 | 42 | F5 | 53 | 13 |
| Octal | 17 | 10 | 127 | 123 | 133 | 0 | 102 | 365 | 123 | 23 |
| Binary | 1111 | 1000 | 1010111 | 1010011 | 1011011 | 0 | 1000010 | 11110101 | 1010011 | 10011 |
Color Harmonies of #0F0857
Complementary color
Monochromatic Colors of #0F0857
Black with #0F0857
Text Example
Text Example
White with #0F0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0857; }
p { color: rgb(15,8,87); }
H1.HeaderClassName
{
color: #0F0857;
}
.AnyTagClassName
{
color: #0F0857;
}
</style>
background-color css
<style>
a { background-color: #0F0857; }
a { background-color: rgb(15,8,87); }
div.DivClassName
{
background-color: #0F0857;
}
.BgClassName
{
background-color: #0F0857;
}
</style>
border-color css
<style>
span { border-color: #0F0857; }
span { border-color: rgb(15,8,87); }
td.TdClassName
{
border-color: #0F0857;
}
.TagClassName
{
border-color: #0F0857;
}
</style>