Shades of Midnight #0F284D
Tints of Midnight #0F284D
RGB
CMYK
RGB Variations
Color information
#0F284D (or 0x0F284D) is known color: Midnight. HEX triplet: 0F, 28 and 4D. RGB value is (15,40,77). Sum of RGB (Red+Green+Blue) = 15+40+77=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F284D is #F0D7B2. Grayscale: #242424. Windows color (decimal): -15783859 or 5056527. OLE color: 5056527.
HSL color Cylindrical-coordinate representation of color #0F284D: hue angle of 215.81º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F284D is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 40 | 77 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.70 |
| HSL | 215.81º | 0.67% | 0.18% | - |
| HSV(B) | 215.81º | 0.81% | 0.3% | - |
| XYZ | 2.3 | 2.15 | 7.32 | - |
| YUV | 36.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 77 | 0.81 | 0.48 | 0 | 0.70 | 215.81 | 0.67 | 0.18 |
| Hex | F | 28 | 4D | 51 | 30 | 0 | 46 | D8 | 43 | 12 |
| Octal | 17 | 50 | 115 | 121 | 60 | 0 | 106 | 330 | 103 | 22 |
| Binary | 1111 | 101000 | 1001101 | 1010001 | 110000 | 0 | 1000110 | 11011000 | 1000011 | 10010 |
Color Harmonies of #0F284D
Complementary color
Monochromatic Colors of #0F284D
Black with #0F284D
Text Example
Text Example
White with #0F284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F284D; }
p { color: rgb(15,40,77); }
H1.HeaderClassName
{
color: #0F284D;
}
.AnyTagClassName
{
color: #0F284D;
}
</style>
background-color css
<style>
a { background-color: #0F284D; }
a { background-color: rgb(15,40,77); }
div.DivClassName
{
background-color: #0F284D;
}
.BgClassName
{
background-color: #0F284D;
}
</style>
border-color css
<style>
span { border-color: #0F284D; }
span { border-color: rgb(15,40,77); }
td.TdClassName
{
border-color: #0F284D;
}
.TagClassName
{
border-color: #0F284D;
}
</style>