Shades of Midnight Blue #0F0555
Tints of Midnight Blue #0F0555
RGB
CMYK
RGB Variations
Color information
#0F0555 (or 0x0F0555) is known color: Midnight Blue. HEX triplet: 0F, 05 and 55. RGB value is (15,5,85). Sum of RGB (Red+Green+Blue) = 15+5+85=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F0555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0555 is #F0FAAA. Grayscale: #101010. Windows color (decimal): -15792811 or 5571855. OLE color: 5571855.
HSL color Cylindrical-coordinate representation of color #0F0555: hue angle of 247.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0555 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 5 | 85 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.67 |
| HSL | 247.5º | 0.89% | 0.18% | - |
| HSV(B) | 247.5º | 0.94% | 0.33% | - |
| XYZ | 1.89 | 0.87 | 8.66 | - |
| YUV | 17.11 | 166.31 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 85 | 0.82 | 0.94 | 0 | 0.67 | 247.5 | 0.89 | 0.18 |
| Hex | F | 5 | 55 | 52 | 5E | 0 | 43 | F8 | 59 | 12 |
| Octal | 17 | 5 | 125 | 122 | 136 | 0 | 103 | 370 | 131 | 22 |
| Binary | 1111 | 101 | 1010101 | 1010010 | 1011110 | 0 | 1000011 | 11111000 | 1011001 | 10010 |
Color Harmonies of #0F0555
Complementary color
Monochromatic Colors of #0F0555
Black with #0F0555
Text Example
Text Example
White with #0F0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0555; }
p { color: rgb(15,5,85); }
H1.HeaderClassName
{
color: #0F0555;
}
.AnyTagClassName
{
color: #0F0555;
}
</style>
background-color css
<style>
a { background-color: #0F0555; }
a { background-color: rgb(15,5,85); }
div.DivClassName
{
background-color: #0F0555;
}
.BgClassName
{
background-color: #0F0555;
}
</style>
border-color css
<style>
span { border-color: #0F0555; }
span { border-color: rgb(15,5,85); }
td.TdClassName
{
border-color: #0F0555;
}
.TagClassName
{
border-color: #0F0555;
}
</style>