Shades of Sapphire #0F225F
Tints of Sapphire #0F225F
RGB
CMYK
RGB Variations
Color information
#0F225F (or 0x0F225F) is known color: Sapphire. HEX triplet: 0F, 22 and 5F. RGB value is (15,34,95). Sum of RGB (Red+Green+Blue) = 15+34+95=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F225F is #F0DDA0. Grayscale: #232323. Windows color (decimal): -15785377 or 6234639. OLE color: 6234639.
HSL color Cylindrical-coordinate representation of color #0F225F: hue angle of 225.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F225F is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 34 | 95 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.63 |
| HSL | 225.75º | 0.73% | 0.22% | - |
| HSV(B) | 225.75º | 0.84% | 0.37% | - |
| XYZ | 2.83 | 2.07 | 11.08 | - |
| YUV | 35.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 95 | 0.84 | 0.64 | 0 | 0.63 | 225.75 | 0.73 | 0.22 |
| Hex | F | 22 | 5F | 54 | 40 | 0 | 3F | E2 | 49 | 16 |
| Octal | 17 | 42 | 137 | 124 | 100 | 0 | 77 | 342 | 111 | 26 |
| Binary | 1111 | 100010 | 1011111 | 1010100 | 1000000 | 0 | 111111 | 11100010 | 1001001 | 10110 |
Color Harmonies of #0F225F
Complementary color
Monochromatic Colors of #0F225F
Black with #0F225F
Text Example
Text Example
White with #0F225F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F225F; }
p { color: rgb(15,34,95); }
H1.HeaderClassName
{
color: #0F225F;
}
.AnyTagClassName
{
color: #0F225F;
}
</style>
background-color css
<style>
a { background-color: #0F225F; }
a { background-color: rgb(15,34,95); }
div.DivClassName
{
background-color: #0F225F;
}
.BgClassName
{
background-color: #0F225F;
}
</style>
border-color css
<style>
span { border-color: #0F225F; }
span { border-color: rgb(15,34,95); }
td.TdClassName
{
border-color: #0F225F;
}
.TagClassName
{
border-color: #0F225F;
}
</style>