Shades of Midnight Blue #0F1052
Tints of Midnight Blue #0F1052
RGB
CMYK
RGB Variations
Color information
#0F1052 (or 0x0F1052) is known color: Midnight Blue. HEX triplet: 0F, 10 and 52. RGB value is (15,16,82). Sum of RGB (Red+Green+Blue) = 15+16+82=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1052 is #F0EFAD. Grayscale: #161616. Windows color (decimal): -15789998 or 5378063. OLE color: 5378063.
HSL color Cylindrical-coordinate representation of color #0F1052: hue angle of 239.1º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F1052 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 16 | 82 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.68 |
| HSL | 239.1º | 0.69% | 0.19% | - |
| HSV(B) | 239.1º | 0.82% | 0.32% | - |
| XYZ | 1.91 | 1.08 | 8.09 | - |
| YUV | 23.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 82 | 0.82 | 0.80 | 0 | 0.68 | 239.1 | 0.69 | 0.19 |
| Hex | F | 10 | 52 | 52 | 50 | 0 | 44 | EF | 45 | 13 |
| Octal | 17 | 20 | 122 | 122 | 120 | 0 | 104 | 357 | 105 | 23 |
| Binary | 1111 | 10000 | 1010010 | 1010010 | 1010000 | 0 | 1000100 | 11101111 | 1000101 | 10011 |
Color Harmonies of #0F1052
Complementary color
Monochromatic Colors of #0F1052
Black with #0F1052
Text Example
Text Example
White with #0F1052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1052; }
p { color: rgb(15,16,82); }
H1.HeaderClassName
{
color: #0F1052;
}
.AnyTagClassName
{
color: #0F1052;
}
</style>
background-color css
<style>
a { background-color: #0F1052; }
a { background-color: rgb(15,16,82); }
div.DivClassName
{
background-color: #0F1052;
}
.BgClassName
{
background-color: #0F1052;
}
</style>
border-color css
<style>
span { border-color: #0F1052; }
span { border-color: rgb(15,16,82); }
td.TdClassName
{
border-color: #0F1052;
}
.TagClassName
{
border-color: #0F1052;
}
</style>