Shades of Sapphire #0F216D
Tints of Sapphire #0F216D
RGB
CMYK
RGB Variations
Color information
#0F216D (or 0x0F216D) is known color: Sapphire. HEX triplet: 0F, 21 and 6D. RGB value is (15,33,109). Sum of RGB (Red+Green+Blue) = 15+33+109=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F216D is #F0DE92. Grayscale: #232323. Windows color (decimal): -15785619 or 7151887. OLE color: 7151887.
HSL color Cylindrical-coordinate representation of color #0F216D: hue angle of 228.51º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F216D is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 33 | 109 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.57 |
| HSL | 228.51º | 0.76% | 0.24% | - |
| HSV(B) | 228.51º | 0.86% | 0.43% | - |
| XYZ | 3.5 | 2.29 | 14.73 | - |
| YUV | 36.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 109 | 0.86 | 0.70 | 0 | 0.57 | 228.51 | 0.76 | 0.24 |
| Hex | F | 21 | 6D | 56 | 46 | 0 | 39 | E5 | 4C | 18 |
| Octal | 17 | 41 | 155 | 126 | 106 | 0 | 71 | 345 | 114 | 30 |
| Binary | 1111 | 100001 | 1101101 | 1010110 | 1000110 | 0 | 111001 | 11100101 | 1001100 | 11000 |
Color Harmonies of #0F216D
Complementary color
Monochromatic Colors of #0F216D
Black with #0F216D
Text Example
Text Example
White with #0F216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F216D; }
p { color: rgb(15,33,109); }
H1.HeaderClassName
{
color: #0F216D;
}
.AnyTagClassName
{
color: #0F216D;
}
</style>
background-color css
<style>
a { background-color: #0F216D; }
a { background-color: rgb(15,33,109); }
div.DivClassName
{
background-color: #0F216D;
}
.BgClassName
{
background-color: #0F216D;
}
</style>
border-color css
<style>
span { border-color: #0F216D; }
span { border-color: rgb(15,33,109); }
td.TdClassName
{
border-color: #0F216D;
}
.TagClassName
{
border-color: #0F216D;
}
</style>