Shades of Sapphire #0F2882
Tints of Sapphire #0F2882
RGB
CMYK
RGB Variations
Color information
#0F2882 (or 0x0F2882) is known color: Sapphire. HEX triplet: 0F, 28 and 82. RGB value is (15,40,130). Sum of RGB (Red+Green+Blue) = 15+40+130=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #0F2882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2882 is #F0D77D. Grayscale: #2A2A2A. Windows color (decimal): -15783806 or 8529935. OLE color: 8529935.
HSL color Cylindrical-coordinate representation of color #0F2882: hue angle of 226.96º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F2882 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 40 | 130 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.49 |
| HSL | 226.96º | 0.79% | 0.28% | - |
| HSV(B) | 226.96º | 0.88% | 0.51% | - |
| XYZ | 4.99 | 3.23 | 21.48 | - |
| YUV | 42.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 130 | 0.88 | 0.69 | 0 | 0.49 | 226.96 | 0.79 | 0.28 |
| Hex | F | 28 | 82 | 58 | 45 | 0 | 31 | E3 | 4F | 1C |
| Octal | 17 | 50 | 202 | 130 | 105 | 0 | 61 | 343 | 117 | 34 |
| Binary | 1111 | 101000 | 10000010 | 1011000 | 1000101 | 0 | 110001 | 11100011 | 1001111 | 11100 |
Color Harmonies of #0F2882
Complementary color
Monochromatic Colors of #0F2882
Black with #0F2882
Text Example
Text Example
White with #0F2882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2882; }
p { color: rgb(15,40,130); }
H1.HeaderClassName
{
color: #0F2882;
}
.AnyTagClassName
{
color: #0F2882;
}
</style>
background-color css
<style>
a { background-color: #0F2882; }
a { background-color: rgb(15,40,130); }
div.DivClassName
{
background-color: #0F2882;
}
.BgClassName
{
background-color: #0F2882;
}
</style>
border-color css
<style>
span { border-color: #0F2882; }
span { border-color: rgb(15,40,130); }
td.TdClassName
{
border-color: #0F2882;
}
.TagClassName
{
border-color: #0F2882;
}
</style>