Shades of Sapphire #10205D
Tints of Sapphire #10205D
RGB
CMYK
RGB Variations
Color information
#10205D (or 0x10205D) is known color: Sapphire. HEX triplet: 10, 20 and 5D. RGB value is (16,32,93). Sum of RGB (Red+Green+Blue) = 16+32+93=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #10205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10205D is #EFDFA2. Grayscale: #212121. Windows color (decimal): -15720355 or 6103056. OLE color: 6103056.
HSL color Cylindrical-coordinate representation of color #10205D: hue angle of 227.53º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10205D is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 32 | 93 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.64 |
| HSL | 227.53º | 0.71% | 0.21% | - |
| HSV(B) | 227.53º | 0.83% | 0.36% | - |
| XYZ | 2.71 | 1.93 | 10.59 | - |
| YUV | 34.17 | 161.2 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 93 | 0.83 | 0.66 | 0 | 0.64 | 227.53 | 0.71 | 0.21 |
| Hex | 10 | 20 | 5D | 53 | 42 | 0 | 40 | E4 | 47 | 15 |
| Octal | 20 | 40 | 135 | 123 | 102 | 0 | 100 | 344 | 107 | 25 |
| Binary | 10000 | 100000 | 1011101 | 1010011 | 1000010 | 0 | 1000000 | 11100100 | 1000111 | 10101 |
Color Harmonies of #10205D
Complementary color
Monochromatic Colors of #10205D
Black with #10205D
Text Example
Text Example
White with #10205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10205D; }
p { color: rgb(16,32,93); }
H1.HeaderClassName
{
color: #10205D;
}
.AnyTagClassName
{
color: #10205D;
}
</style>
background-color css
<style>
a { background-color: #10205D; }
a { background-color: rgb(16,32,93); }
div.DivClassName
{
background-color: #10205D;
}
.BgClassName
{
background-color: #10205D;
}
</style>
border-color css
<style>
span { border-color: #10205D; }
span { border-color: rgb(16,32,93); }
td.TdClassName
{
border-color: #10205D;
}
.TagClassName
{
border-color: #10205D;
}
</style>