Shades of Midnight Blue #0F1055
Tints of Midnight Blue #0F1055
RGB
CMYK
RGB Variations
Color information
#0F1055 (or 0x0F1055) is known color: Midnight Blue. HEX triplet: 0F, 10 and 55. RGB value is (15,16,85). Sum of RGB (Red+Green+Blue) = 15+16+85=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #0F1055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1055 is #F0EFAA. Grayscale: #171717. Windows color (decimal): -15789995 or 5574671. OLE color: 5574671.
HSL color Cylindrical-coordinate representation of color #0F1055: hue angle of 239.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1055 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 16 | 85 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.67 |
| HSL | 239.14º | 0.7% | 0.2% | - |
| HSV(B) | 239.14º | 0.82% | 0.33% | - |
| XYZ | 2.02 | 1.13 | 8.71 | - |
| YUV | 23.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 85 | 0.82 | 0.81 | 0 | 0.67 | 239.14 | 0.7 | 0.2 |
| Hex | F | 10 | 55 | 52 | 51 | 0 | 43 | EF | 46 | 14 |
| Octal | 17 | 20 | 125 | 122 | 121 | 0 | 103 | 357 | 106 | 24 |
| Binary | 1111 | 10000 | 1010101 | 1010010 | 1010001 | 0 | 1000011 | 11101111 | 1000110 | 10100 |
Color Harmonies of #0F1055
Complementary color
Monochromatic Colors of #0F1055
Black with #0F1055
Text Example
Text Example
White with #0F1055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1055; }
p { color: rgb(15,16,85); }
H1.HeaderClassName
{
color: #0F1055;
}
.AnyTagClassName
{
color: #0F1055;
}
</style>
background-color css
<style>
a { background-color: #0F1055; }
a { background-color: rgb(15,16,85); }
div.DivClassName
{
background-color: #0F1055;
}
.BgClassName
{
background-color: #0F1055;
}
</style>
border-color css
<style>
span { border-color: #0F1055; }
span { border-color: rgb(15,16,85); }
td.TdClassName
{
border-color: #0F1055;
}
.TagClassName
{
border-color: #0F1055;
}
</style>