Shades of Midnight Blue #0F1458
Tints of Midnight Blue #0F1458
RGB
CMYK
RGB Variations
Color information
#0F1458 (or 0x0F1458) is known color: Midnight Blue. HEX triplet: 0F, 14 and 58. RGB value is (15,20,88). Sum of RGB (Red+Green+Blue) = 15+20+88=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F1458 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1458 is #F0EBA7. Grayscale: #191919. Windows color (decimal): -15788968 or 5772303. OLE color: 5772303.
HSL color Cylindrical-coordinate representation of color #0F1458: hue angle of 235.89º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1458 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 20 | 88 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.65 |
| HSL | 235.89º | 0.71% | 0.2% | - |
| HSV(B) | 235.89º | 0.83% | 0.35% | - |
| XYZ | 2.21 | 1.31 | 9.37 | - |
| YUV | 26.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 88 | 0.83 | 0.77 | 0 | 0.65 | 235.89 | 0.71 | 0.2 |
| Hex | F | 14 | 58 | 53 | 4D | 0 | 41 | EC | 47 | 14 |
| Octal | 17 | 24 | 130 | 123 | 115 | 0 | 101 | 354 | 107 | 24 |
| Binary | 1111 | 10100 | 1011000 | 1010011 | 1001101 | 0 | 1000001 | 11101100 | 1000111 | 10100 |
Color Harmonies of #0F1458
Complementary color
Monochromatic Colors of #0F1458
Black with #0F1458
Text Example
Text Example
White with #0F1458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1458; }
p { color: rgb(15,20,88); }
H1.HeaderClassName
{
color: #0F1458;
}
.AnyTagClassName
{
color: #0F1458;
}
</style>
background-color css
<style>
a { background-color: #0F1458; }
a { background-color: rgb(15,20,88); }
div.DivClassName
{
background-color: #0F1458;
}
.BgClassName
{
background-color: #0F1458;
}
</style>
border-color css
<style>
span { border-color: #0F1458; }
span { border-color: rgb(15,20,88); }
td.TdClassName
{
border-color: #0F1458;
}
.TagClassName
{
border-color: #0F1458;
}
</style>