Shades of Sapphire #0F2958
Tints of Sapphire #0F2958
RGB
CMYK
RGB Variations
Color information
#0F2958 (or 0x0F2958) is known color: Sapphire. HEX triplet: 0F, 29 and 58. RGB value is (15,41,88). Sum of RGB (Red+Green+Blue) = 15+41+88=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 88 (34.77% from 255 or 61.11% from 144); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F2958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F2958 is #F0D6A7. Grayscale: #262626. Windows color (decimal): -15783592 or 5777679. OLE color: 5777679.
HSL color Cylindrical-coordinate representation of color #0F2958: hue angle of 218.63º 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 #0F2958 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 15 | 41 | 88 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.65 |
| HSL | 218.63º | 0.71% | 0.2% | - |
| HSV(B) | 218.63º | 0.83% | 0.35% | - |
| XYZ | 2.75 | 2.39 | 9.55 | - |
| YUV | 38.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 88 | 0.83 | 0.53 | 0 | 0.65 | 218.63 | 0.71 | 0.2 |
| Hex | F | 29 | 58 | 53 | 35 | 0 | 41 | DB | 47 | 14 |
| Octal | 17 | 51 | 130 | 123 | 65 | 0 | 101 | 333 | 107 | 24 |
| Binary | 1111 | 101001 | 1011000 | 1010011 | 110101 | 0 | 1000001 | 11011011 | 1000111 | 10100 |
Color Harmonies of #0F2958
Complementary color
Monochromatic Colors of #0F2958
Black with #0F2958
Text Example
Text Example
White with #0F2958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2958; }
p { color: rgb(15,41,88); }
H1.HeaderClassName
{
color: #0F2958;
}
.AnyTagClassName
{
color: #0F2958;
}
</style>
background-color css
<style>
a { background-color: #0F2958; }
a { background-color: rgb(15,41,88); }
div.DivClassName
{
background-color: #0F2958;
}
.BgClassName
{
background-color: #0F2958;
}
</style>
border-color css
<style>
span { border-color: #0F2958; }
span { border-color: rgb(15,41,88); }
td.TdClassName
{
border-color: #0F2958;
}
.TagClassName
{
border-color: #0F2958;
}
</style>