Shades of Sapphire #0F224F
Tints of Sapphire #0F224F
RGB
CMYK
RGB Variations
Color information
#0F224F (or 0x0F224F) is known color: Sapphire. HEX triplet: 0F, 22 and 4F. RGB value is (15,34,79). Sum of RGB (Red+Green+Blue) = 15+34+79=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #0F224F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F224F is #F0DDB0. Grayscale: #212121. Windows color (decimal): -15785393 or 5186063. OLE color: 5186063.
HSL color Cylindrical-coordinate representation of color #0F224F: hue angle of 222.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 #0F224F is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 34 | 79 | - |
| CMYK | 0.81 | 0.57 | 0 | 0.69 |
| HSL | 222.19º | 0.68% | 0.18% | - |
| HSV(B) | 222.19º | 0.81% | 0.31% | - |
| XYZ | 2.18 | 1.81 | 7.63 | - |
| YUV | 33.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 79 | 0.81 | 0.57 | 0 | 0.69 | 222.19 | 0.68 | 0.18 |
| Hex | F | 22 | 4F | 51 | 39 | 0 | 45 | DE | 44 | 12 |
| Octal | 17 | 42 | 117 | 121 | 71 | 0 | 105 | 336 | 104 | 22 |
| Binary | 1111 | 100010 | 1001111 | 1010001 | 111001 | 0 | 1000101 | 11011110 | 1000100 | 10010 |
Color Harmonies of #0F224F
Complementary color
Monochromatic Colors of #0F224F
Black with #0F224F
Text Example
Text Example
White with #0F224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F224F; }
p { color: rgb(15,34,79); }
H1.HeaderClassName
{
color: #0F224F;
}
.AnyTagClassName
{
color: #0F224F;
}
</style>
background-color css
<style>
a { background-color: #0F224F; }
a { background-color: rgb(15,34,79); }
div.DivClassName
{
background-color: #0F224F;
}
.BgClassName
{
background-color: #0F224F;
}
</style>
border-color css
<style>
span { border-color: #0F224F; }
span { border-color: rgb(15,34,79); }
td.TdClassName
{
border-color: #0F224F;
}
.TagClassName
{
border-color: #0F224F;
}
</style>