Shades of Sapphire #10206B
Tints of Sapphire #10206B
RGB
CMYK
RGB Variations
Color information
#10206B (or 0x10206B) is known color: Sapphire. HEX triplet: 10, 20 and 6B. RGB value is (16,32,107). Sum of RGB (Red+Green+Blue) = 16+32+107=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #10206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10206B is #EFDF94. Grayscale: #232323. Windows color (decimal): -15720341 or 7020560. OLE color: 7020560.
HSL color Cylindrical-coordinate representation of color #10206B: hue angle of 229.45º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10206B is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 32 | 107 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.58 |
| HSL | 229.45º | 0.74% | 0.24% | - |
| HSV(B) | 229.45º | 0.85% | 0.42% | - |
| XYZ | 3.38 | 2.2 | 14.16 | - |
| YUV | 35.77 | 168.2 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 107 | 0.85 | 0.70 | 0 | 0.58 | 229.45 | 0.74 | 0.24 |
| Hex | 10 | 20 | 6B | 55 | 46 | 0 | 3A | E5 | 4A | 18 |
| Octal | 20 | 40 | 153 | 125 | 106 | 0 | 72 | 345 | 112 | 30 |
| Binary | 10000 | 100000 | 1101011 | 1010101 | 1000110 | 0 | 111010 | 11100101 | 1001010 | 11000 |
Color Harmonies of #10206B
Complementary color
Monochromatic Colors of #10206B
Black with #10206B
Text Example
Text Example
White with #10206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10206B; }
p { color: rgb(16,32,107); }
H1.HeaderClassName
{
color: #10206B;
}
.AnyTagClassName
{
color: #10206B;
}
</style>
background-color css
<style>
a { background-color: #10206B; }
a { background-color: rgb(16,32,107); }
div.DivClassName
{
background-color: #10206B;
}
.BgClassName
{
background-color: #10206B;
}
</style>
border-color css
<style>
span { border-color: #10206B; }
span { border-color: rgb(16,32,107); }
td.TdClassName
{
border-color: #10206B;
}
.TagClassName
{
border-color: #10206B;
}
</style>