Shades of Midnight Blue #0F1351
Tints of Midnight Blue #0F1351
RGB
CMYK
RGB Variations
Color information
#0F1351 (or 0x0F1351) is known color: Midnight Blue. HEX triplet: 0F, 13 and 51. RGB value is (15,19,81). Sum of RGB (Red+Green+Blue) = 15+19+81=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 81 (32.03% from 255 or 70.43% from 115); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F1351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1351 is #F0ECAE. Grayscale: #181818. Windows color (decimal): -15789231 or 5313295. OLE color: 5313295.
HSL color Cylindrical-coordinate representation of color #0F1351: hue angle of 236.36º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F1351 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 15 | 19 | 81 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.68 |
| HSL | 236.36º | 0.69% | 0.19% | - |
| HSV(B) | 236.36º | 0.81% | 0.32% | - |
| XYZ | 1.92 | 1.16 | 7.91 | - |
| YUV | 24.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 19 | 81 | 0.81 | 0.77 | 0 | 0.68 | 236.36 | 0.69 | 0.19 |
| Hex | F | 13 | 51 | 51 | 4D | 0 | 44 | EC | 45 | 13 |
| Octal | 17 | 23 | 121 | 121 | 115 | 0 | 104 | 354 | 105 | 23 |
| Binary | 1111 | 10011 | 1010001 | 1010001 | 1001101 | 0 | 1000100 | 11101100 | 1000101 | 10011 |
Color Harmonies of #0F1351
Complementary color
Monochromatic Colors of #0F1351
Black with #0F1351
Text Example
Text Example
White with #0F1351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1351; }
p { color: rgb(15,19,81); }
H1.HeaderClassName
{
color: #0F1351;
}
.AnyTagClassName
{
color: #0F1351;
}
</style>
background-color css
<style>
a { background-color: #0F1351; }
a { background-color: rgb(15,19,81); }
div.DivClassName
{
background-color: #0F1351;
}
.BgClassName
{
background-color: #0F1351;
}
</style>
border-color css
<style>
span { border-color: #0F1351; }
span { border-color: rgb(15,19,81); }
td.TdClassName
{
border-color: #0F1351;
}
.TagClassName
{
border-color: #0F1351;
}
</style>