Shades of Sapphire #10205B
Tints of Sapphire #10205B
RGB
CMYK
RGB Variations
Color information
#10205B (or 0x10205B) is known color: Sapphire. HEX triplet: 10, 20 and 5B. RGB value is (16,32,91). Sum of RGB (Red+Green+Blue) = 16+32+91=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #10205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10205B is #EFDFA4. Grayscale: #212121. Windows color (decimal): -15720357 or 5971984. OLE color: 5971984.
HSL color Cylindrical-coordinate representation of color #10205B: hue angle of 227.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10205B is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 32 | 91 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.64 |
| HSL | 227.2º | 0.7% | 0.21% | - |
| HSV(B) | 227.2º | 0.82% | 0.36% | - |
| XYZ | 2.62 | 1.9 | 10.13 | - |
| YUV | 33.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 91 | 0.82 | 0.65 | 0 | 0.64 | 227.2 | 0.7 | 0.21 |
| Hex | 10 | 20 | 5B | 52 | 41 | 0 | 40 | E3 | 46 | 15 |
| Octal | 20 | 40 | 133 | 122 | 101 | 0 | 100 | 343 | 106 | 25 |
| Binary | 10000 | 100000 | 1011011 | 1010010 | 1000001 | 0 | 1000000 | 11100011 | 1000110 | 10101 |
Color Harmonies of #10205B
Complementary color
Monochromatic Colors of #10205B
Black with #10205B
Text Example
Text Example
White with #10205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10205B; }
p { color: rgb(16,32,91); }
H1.HeaderClassName
{
color: #10205B;
}
.AnyTagClassName
{
color: #10205B;
}
</style>
background-color css
<style>
a { background-color: #10205B; }
a { background-color: rgb(16,32,91); }
div.DivClassName
{
background-color: #10205B;
}
.BgClassName
{
background-color: #10205B;
}
</style>
border-color css
<style>
span { border-color: #10205B; }
span { border-color: rgb(16,32,91); }
td.TdClassName
{
border-color: #10205B;
}
.TagClassName
{
border-color: #10205B;
}
</style>