Shades of Sapphire #0F284E
Tints of Sapphire #0F284E
RGB
CMYK
RGB Variations
Color information
#0F284E (or 0x0F284E) is known color: Sapphire. HEX triplet: 0F, 28 and 4E. RGB value is (15,40,78). Sum of RGB (Red+Green+Blue) = 15+40+78=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F284E is #F0D7B1. Grayscale: #242424. Windows color (decimal): -15783858 or 5122063. OLE color: 5122063.
HSL color Cylindrical-coordinate representation of color #0F284E: hue angle of 216.19º 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 #0F284E is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 40 | 78 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.69 |
| HSL | 216.19º | 0.68% | 0.18% | - |
| HSV(B) | 216.19º | 0.81% | 0.31% | - |
| XYZ | 2.33 | 2.17 | 7.5 | - |
| YUV | 36.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 78 | 0.81 | 0.49 | 0 | 0.69 | 216.19 | 0.68 | 0.18 |
| Hex | F | 28 | 4E | 51 | 31 | 0 | 45 | D8 | 44 | 12 |
| Octal | 17 | 50 | 116 | 121 | 61 | 0 | 105 | 330 | 104 | 22 |
| Binary | 1111 | 101000 | 1001110 | 1010001 | 110001 | 0 | 1000101 | 11011000 | 1000100 | 10010 |
Color Harmonies of #0F284E
Complementary color
Monochromatic Colors of #0F284E
Black with #0F284E
Text Example
Text Example
White with #0F284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F284E; }
p { color: rgb(15,40,78); }
H1.HeaderClassName
{
color: #0F284E;
}
.AnyTagClassName
{
color: #0F284E;
}
</style>
background-color css
<style>
a { background-color: #0F284E; }
a { background-color: rgb(15,40,78); }
div.DivClassName
{
background-color: #0F284E;
}
.BgClassName
{
background-color: #0F284E;
}
</style>
border-color css
<style>
span { border-color: #0F284E; }
span { border-color: rgb(15,40,78); }
td.TdClassName
{
border-color: #0F284E;
}
.TagClassName
{
border-color: #0F284E;
}
</style>