Shades of Sapphire #0F294F
Tints of Sapphire #0F294F
RGB
CMYK
RGB Variations
Color information
#0F294F (or 0x0F294F) is known color: Sapphire. HEX triplet: 0F, 29 and 4F. RGB value is (15,41,79). Sum of RGB (Red+Green+Blue) = 15+41+79=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 79 (31.25% from 255 or 58.52% from 135); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F294F is #F0D6B0. Grayscale: #252525. Windows color (decimal): -15783601 or 5187855. OLE color: 5187855.
HSL color Cylindrical-coordinate representation of color #0F294F: hue angle of 215.62º 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 #0F294F is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 41 | 79 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.69 |
| HSL | 215.63º | 0.68% | 0.18% | - |
| HSV(B) | 215.63º | 0.81% | 0.31% | - |
| XYZ | 2.4 | 2.25 | 7.71 | - |
| YUV | 37.56 | 151.39 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 79 | 0.81 | 0.48 | 0 | 0.69 | 215.63 | 0.68 | 0.18 |
| Hex | F | 29 | 4F | 51 | 30 | 0 | 45 | D8 | 44 | 12 |
| Octal | 17 | 51 | 117 | 121 | 60 | 0 | 105 | 330 | 104 | 22 |
| Binary | 1111 | 101001 | 1001111 | 1010001 | 110000 | 0 | 1000101 | 11011000 | 1000100 | 10010 |
Color Harmonies of #0F294F
Complementary color
Monochromatic Colors of #0F294F
Black with #0F294F
Text Example
Text Example
White with #0F294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F294F; }
p { color: rgb(15,41,79); }
H1.HeaderClassName
{
color: #0F294F;
}
.AnyTagClassName
{
color: #0F294F;
}
</style>
background-color css
<style>
a { background-color: #0F294F; }
a { background-color: rgb(15,41,79); }
div.DivClassName
{
background-color: #0F294F;
}
.BgClassName
{
background-color: #0F294F;
}
</style>
border-color css
<style>
span { border-color: #0F294F; }
span { border-color: rgb(15,41,79); }
td.TdClassName
{
border-color: #0F294F;
}
.TagClassName
{
border-color: #0F294F;
}
</style>