Shades of Sapphire #0F2858
Tints of Sapphire #0F2858
RGB
CMYK
RGB Variations
Color information
#0F2858 (or 0x0F2858) is known color: Sapphire. HEX triplet: 0F, 28 and 58. RGB value is (15,40,88). Sum of RGB (Red+Green+Blue) = 15+40+88=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 88 (34.77% from 255 or 61.54% from 143); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F2858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2858 is #F0D7A7. Grayscale: #252525. Windows color (decimal): -15783848 or 5777423. OLE color: 5777423.
HSL color Cylindrical-coordinate representation of color #0F2858: hue angle of 219.45º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F2858 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 40 | 88 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.65 |
| HSL | 219.45º | 0.71% | 0.2% | - |
| HSV(B) | 219.45º | 0.83% | 0.35% | - |
| XYZ | 2.72 | 2.32 | 9.54 | - |
| YUV | 38 | 156.22 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 88 | 0.83 | 0.55 | 0 | 0.65 | 219.45 | 0.71 | 0.2 |
| Hex | F | 28 | 58 | 53 | 37 | 0 | 41 | DB | 47 | 14 |
| Octal | 17 | 50 | 130 | 123 | 67 | 0 | 101 | 333 | 107 | 24 |
| Binary | 1111 | 101000 | 1011000 | 1010011 | 110111 | 0 | 1000001 | 11011011 | 1000111 | 10100 |
Color Harmonies of #0F2858
Complementary color
Monochromatic Colors of #0F2858
Black with #0F2858
Text Example
Text Example
White with #0F2858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2858; }
p { color: rgb(15,40,88); }
H1.HeaderClassName
{
color: #0F2858;
}
.AnyTagClassName
{
color: #0F2858;
}
</style>
background-color css
<style>
a { background-color: #0F2858; }
a { background-color: rgb(15,40,88); }
div.DivClassName
{
background-color: #0F2858;
}
.BgClassName
{
background-color: #0F2858;
}
</style>
border-color css
<style>
span { border-color: #0F2858; }
span { border-color: rgb(15,40,88); }
td.TdClassName
{
border-color: #0F2858;
}
.TagClassName
{
border-color: #0F2858;
}
</style>