Shades of Midnight Blue #0F1352
Tints of Midnight Blue #0F1352
RGB
CMYK
RGB Variations
Color information
#0F1352 (or 0x0F1352) is known color: Midnight Blue. HEX triplet: 0F, 13 and 52. RGB value is (15,19,82). Sum of RGB (Red+Green+Blue) = 15+19+82=116 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.93% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 82 (32.42% from 255 or 70.69% from 116); Max value from RGB is 82 - color contains mainly: blue. Hex color #0F1352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1352 is #F0ECAD. Grayscale: #181818. Windows color (decimal): -15789230 or 5378831. OLE color: 5378831.
HSL color Cylindrical-coordinate representation of color #0F1352: hue angle of 236.42º 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 #0F1352 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 19 | 82 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.68 |
| HSL | 236.42º | 0.69% | 0.19% | - |
| HSV(B) | 236.42º | 0.82% | 0.32% | - |
| XYZ | 1.95 | 1.18 | 8.11 | - |
| YUV | 24.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 82 | 0.82 | 0.77 | 0 | 0.68 | 236.42 | 0.69 | 0.19 |
| Hex | F | 13 | 52 | 52 | 4D | 0 | 44 | EC | 45 | 13 |
| Octal | 17 | 23 | 122 | 122 | 115 | 0 | 104 | 354 | 105 | 23 |
| Binary | 1111 | 10011 | 1010010 | 1010010 | 1001101 | 0 | 1000100 | 11101100 | 1000101 | 10011 |
Color Harmonies of #0F1352
Complementary color
Monochromatic Colors of #0F1352
Black with #0F1352
Text Example
Text Example
White with #0F1352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1352; }
p { color: rgb(15,19,82); }
H1.HeaderClassName
{
color: #0F1352;
}
.AnyTagClassName
{
color: #0F1352;
}
</style>
background-color css
<style>
a { background-color: #0F1352; }
a { background-color: rgb(15,19,82); }
div.DivClassName
{
background-color: #0F1352;
}
.BgClassName
{
background-color: #0F1352;
}
</style>
border-color css
<style>
span { border-color: #0F1352; }
span { border-color: rgb(15,19,82); }
td.TdClassName
{
border-color: #0F1352;
}
.TagClassName
{
border-color: #0F1352;
}
</style>