Shades of Midnight #0F2848
Tints of Midnight #0F2848
RGB
CMYK
RGB Variations
Color information
#0F2848 (or 0x0F2848) is known color: Midnight. HEX triplet: 0F, 28 and 48. RGB value is (15,40,72). Sum of RGB (Red+Green+Blue) = 15+40+72=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 72 (28.52% from 255 or 56.69% from 127); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F2848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2848 is #F0D7B7. Grayscale: #242424. Windows color (decimal): -15783864 or 4728847. OLE color: 4728847.
HSL color Cylindrical-coordinate representation of color #0F2848: hue angle of 213.68º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F2848 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 40 | 72 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.72 |
| HSL | 213.68º | 0.66% | 0.17% | - |
| HSV(B) | 213.68º | 0.79% | 0.28% | - |
| XYZ | 2.13 | 2.09 | 6.42 | - |
| YUV | 36.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 72 | 0.79 | 0.44 | 0 | 0.72 | 213.68 | 0.66 | 0.17 |
| Hex | F | 28 | 48 | 4F | 2C | 0 | 48 | D6 | 42 | 11 |
| Octal | 17 | 50 | 110 | 117 | 54 | 0 | 110 | 326 | 102 | 21 |
| Binary | 1111 | 101000 | 1001000 | 1001111 | 101100 | 0 | 1001000 | 11010110 | 1000010 | 10001 |
Color Harmonies of #0F2848
Complementary color
Monochromatic Colors of #0F2848
Black with #0F2848
Text Example
Text Example
White with #0F2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2848; }
p { color: rgb(15,40,72); }
H1.HeaderClassName
{
color: #0F2848;
}
.AnyTagClassName
{
color: #0F2848;
}
</style>
background-color css
<style>
a { background-color: #0F2848; }
a { background-color: rgb(15,40,72); }
div.DivClassName
{
background-color: #0F2848;
}
.BgClassName
{
background-color: #0F2848;
}
</style>
border-color css
<style>
span { border-color: #0F2848; }
span { border-color: rgb(15,40,72); }
td.TdClassName
{
border-color: #0F2848;
}
.TagClassName
{
border-color: #0F2848;
}
</style>