Shades of Midnight Blue #0F0355
Tints of Midnight Blue #0F0355
RGB
CMYK
RGB Variations
Color information
#0F0355 (or 0x0F0355) is known color: Midnight Blue. HEX triplet: 0F, 03 and 55. RGB value is (15,3,85). Sum of RGB (Red+Green+Blue) = 15+3+85=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 85 (33.59% from 255 or 82.52% from 103); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F0355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0355 is #F0FCAA. Grayscale: #0F0F0F. Windows color (decimal): -15793323 or 5571343. OLE color: 5571343.
HSL color Cylindrical-coordinate representation of color #0F0355: hue angle of 248.78º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0355 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 3 | 85 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.67 |
| HSL | 248.78º | 0.93% | 0.17% | - |
| HSV(B) | 248.78º | 0.96% | 0.33% | - |
| XYZ | 1.87 | 0.82 | 8.65 | - |
| YUV | 15.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 85 | 0.82 | 0.96 | 0 | 0.67 | 248.78 | 0.93 | 0.17 |
| Hex | F | 3 | 55 | 52 | 60 | 0 | 43 | F9 | 5D | 11 |
| Octal | 17 | 3 | 125 | 122 | 140 | 0 | 103 | 371 | 135 | 21 |
| Binary | 1111 | 11 | 1010101 | 1010010 | 1100000 | 0 | 1000011 | 11111001 | 1011101 | 10001 |
Color Harmonies of #0F0355
Complementary color
Monochromatic Colors of #0F0355
Black with #0F0355
Text Example
Text Example
White with #0F0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0355; }
p { color: rgb(15,3,85); }
H1.HeaderClassName
{
color: #0F0355;
}
.AnyTagClassName
{
color: #0F0355;
}
</style>
background-color css
<style>
a { background-color: #0F0355; }
a { background-color: rgb(15,3,85); }
div.DivClassName
{
background-color: #0F0355;
}
.BgClassName
{
background-color: #0F0355;
}
</style>
border-color css
<style>
span { border-color: #0F0355; }
span { border-color: rgb(15,3,85); }
td.TdClassName
{
border-color: #0F0355;
}
.TagClassName
{
border-color: #0F0355;
}
</style>