Shades of Sapphire #0F225E
Tints of Sapphire #0F225E
RGB
CMYK
RGB Variations
Color information
#0F225E (or 0x0F225E) is known color: Sapphire. HEX triplet: 0F, 22 and 5E. RGB value is (15,34,94). Sum of RGB (Red+Green+Blue) = 15+34+94=143 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.49% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F225E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F225E is #F0DDA1. Grayscale: #222222. Windows color (decimal): -15785378 or 6169103. OLE color: 6169103.
HSL color Cylindrical-coordinate representation of color #0F225E: hue angle of 225.57º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F225E is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 34 | 94 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.63 |
| HSL | 225.57º | 0.72% | 0.21% | - |
| HSV(B) | 225.57º | 0.84% | 0.37% | - |
| XYZ | 2.79 | 2.05 | 10.84 | - |
| YUV | 35.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 94 | 0.84 | 0.64 | 0 | 0.63 | 225.57 | 0.72 | 0.21 |
| Hex | F | 22 | 5E | 54 | 40 | 0 | 3F | E2 | 48 | 15 |
| Octal | 17 | 42 | 136 | 124 | 100 | 0 | 77 | 342 | 110 | 25 |
| Binary | 1111 | 100010 | 1011110 | 1010100 | 1000000 | 0 | 111111 | 11100010 | 1001000 | 10101 |
Color Harmonies of #0F225E
Complementary color
Monochromatic Colors of #0F225E
Black with #0F225E
Text Example
Text Example
White with #0F225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F225E; }
p { color: rgb(15,34,94); }
H1.HeaderClassName
{
color: #0F225E;
}
.AnyTagClassName
{
color: #0F225E;
}
</style>
background-color css
<style>
a { background-color: #0F225E; }
a { background-color: rgb(15,34,94); }
div.DivClassName
{
background-color: #0F225E;
}
.BgClassName
{
background-color: #0F225E;
}
</style>
border-color css
<style>
span { border-color: #0F225E; }
span { border-color: rgb(15,34,94); }
td.TdClassName
{
border-color: #0F225E;
}
.TagClassName
{
border-color: #0F225E;
}
</style>