Shades of Sapphire #0F206B
Tints of Sapphire #0F206B
RGB
CMYK
RGB Variations
Color information
#0F206B (or 0x0F206B) is known color: Sapphire. HEX triplet: 0F, 20 and 6B. RGB value is (15,32,107). Sum of RGB (Red+Green+Blue) = 15+32+107=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F206B is #F0DF94. Grayscale: #232323. Windows color (decimal): -15785877 or 7020559. OLE color: 7020559.
HSL color Cylindrical-coordinate representation of color #0F206B: hue angle of 228.91º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F206B is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 32 | 107 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.58 |
| HSL | 228.91º | 0.75% | 0.24% | - |
| HSV(B) | 228.91º | 0.86% | 0.42% | - |
| XYZ | 3.37 | 2.2 | 14.16 | - |
| YUV | 35.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 107 | 0.86 | 0.70 | 0 | 0.58 | 228.91 | 0.75 | 0.24 |
| Hex | F | 20 | 6B | 56 | 46 | 0 | 3A | E5 | 4B | 18 |
| Octal | 17 | 40 | 153 | 126 | 106 | 0 | 72 | 345 | 113 | 30 |
| Binary | 1111 | 100000 | 1101011 | 1010110 | 1000110 | 0 | 111010 | 11100101 | 1001011 | 11000 |
Color Harmonies of #0F206B
Complementary color
Monochromatic Colors of #0F206B
Black with #0F206B
Text Example
Text Example
White with #0F206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F206B; }
p { color: rgb(15,32,107); }
H1.HeaderClassName
{
color: #0F206B;
}
.AnyTagClassName
{
color: #0F206B;
}
</style>
background-color css
<style>
a { background-color: #0F206B; }
a { background-color: rgb(15,32,107); }
div.DivClassName
{
background-color: #0F206B;
}
.BgClassName
{
background-color: #0F206B;
}
</style>
border-color css
<style>
span { border-color: #0F206B; }
span { border-color: rgb(15,32,107); }
td.TdClassName
{
border-color: #0F206B;
}
.TagClassName
{
border-color: #0F206B;
}
</style>