Shades of Sapphire #0F206D
Tints of Sapphire #0F206D
RGB
CMYK
RGB Variations
Color information
#0F206D (or 0x0F206D) is known color: Sapphire. HEX triplet: 0F, 20 and 6D. RGB value is (15,32,109). Sum of RGB (Red+Green+Blue) = 15+32+109=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F206D is #F0DF92. Grayscale: #232323. Windows color (decimal): -15785875 or 7151631. OLE color: 7151631.
HSL color Cylindrical-coordinate representation of color #0F206D: hue angle of 229.15º 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 #0F206D is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 32 | 109 | - |
| CMYK | 0.86 | 0.71 | 0 | 0.57 |
| HSL | 229.15º | 0.76% | 0.24% | - |
| HSV(B) | 229.15º | 0.86% | 0.43% | - |
| XYZ | 3.47 | 2.24 | 14.72 | - |
| YUV | 35.7 | 169.37 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 109 | 0.86 | 0.71 | 0 | 0.57 | 229.15 | 0.76 | 0.24 |
| Hex | F | 20 | 6D | 56 | 47 | 0 | 39 | E5 | 4C | 18 |
| Octal | 17 | 40 | 155 | 126 | 107 | 0 | 71 | 345 | 114 | 30 |
| Binary | 1111 | 100000 | 1101101 | 1010110 | 1000111 | 0 | 111001 | 11100101 | 1001100 | 11000 |
Color Harmonies of #0F206D
Complementary color
Monochromatic Colors of #0F206D
Black with #0F206D
Text Example
Text Example
White with #0F206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F206D; }
p { color: rgb(15,32,109); }
H1.HeaderClassName
{
color: #0F206D;
}
.AnyTagClassName
{
color: #0F206D;
}
</style>
background-color css
<style>
a { background-color: #0F206D; }
a { background-color: rgb(15,32,109); }
div.DivClassName
{
background-color: #0F206D;
}
.BgClassName
{
background-color: #0F206D;
}
</style>
border-color css
<style>
span { border-color: #0F206D; }
span { border-color: rgb(15,32,109); }
td.TdClassName
{
border-color: #0F206D;
}
.TagClassName
{
border-color: #0F206D;
}
</style>