Shades of Sapphire #0F284F
Tints of Sapphire #0F284F
RGB
CMYK
RGB Variations
Color information
#0F284F (or 0x0F284F) is known color: Sapphire. HEX triplet: 0F, 28 and 4F. RGB value is (15,40,79). Sum of RGB (Red+Green+Blue) = 15+40+79=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F284F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F284F is #F0D7B0. Grayscale: #242424. Windows color (decimal): -15783857 or 5187599. OLE color: 5187599.
HSL color Cylindrical-coordinate representation of color #0F284F: hue angle of 216.56º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F284F is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 40 | 79 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.69 |
| HSL | 216.56º | 0.68% | 0.18% | - |
| HSV(B) | 216.56º | 0.81% | 0.31% | - |
| XYZ | 2.37 | 2.18 | 7.69 | - |
| YUV | 36.97 | 151.72 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 79 | 0.81 | 0.49 | 0 | 0.69 | 216.56 | 0.68 | 0.18 |
| Hex | F | 28 | 4F | 51 | 31 | 0 | 45 | D9 | 44 | 12 |
| Octal | 17 | 50 | 117 | 121 | 61 | 0 | 105 | 331 | 104 | 22 |
| Binary | 1111 | 101000 | 1001111 | 1010001 | 110001 | 0 | 1000101 | 11011001 | 1000100 | 10010 |
Color Harmonies of #0F284F
Complementary color
Monochromatic Colors of #0F284F
Black with #0F284F
Text Example
Text Example
White with #0F284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F284F; }
p { color: rgb(15,40,79); }
H1.HeaderClassName
{
color: #0F284F;
}
.AnyTagClassName
{
color: #0F284F;
}
</style>
background-color css
<style>
a { background-color: #0F284F; }
a { background-color: rgb(15,40,79); }
div.DivClassName
{
background-color: #0F284F;
}
.BgClassName
{
background-color: #0F284F;
}
</style>
border-color css
<style>
span { border-color: #0F284F; }
span { border-color: rgb(15,40,79); }
td.TdClassName
{
border-color: #0F284F;
}
.TagClassName
{
border-color: #0F284F;
}
</style>