Shades of Sapphire #10205F
Tints of Sapphire #10205F
RGB
CMYK
RGB Variations
Color information
#10205F (or 0x10205F) is known color: Sapphire. HEX triplet: 10, 20 and 5F. RGB value is (16,32,95). Sum of RGB (Red+Green+Blue) = 16+32+95=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #10205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10205F is #EFDFA0. Grayscale: #222222. Windows color (decimal): -15720353 or 6234128. OLE color: 6234128.
HSL color Cylindrical-coordinate representation of color #10205F: hue angle of 227.85º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10205F is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 32 | 95 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.63 |
| HSL | 227.85º | 0.71% | 0.22% | - |
| HSV(B) | 227.85º | 0.83% | 0.37% | - |
| XYZ | 2.8 | 1.97 | 11.06 | - |
| YUV | 34.4 | 162.2 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 95 | 0.83 | 0.66 | 0 | 0.63 | 227.85 | 0.71 | 0.22 |
| Hex | 10 | 20 | 5F | 53 | 42 | 0 | 3F | E4 | 47 | 16 |
| Octal | 20 | 40 | 137 | 123 | 102 | 0 | 77 | 344 | 107 | 26 |
| Binary | 10000 | 100000 | 1011111 | 1010011 | 1000010 | 0 | 111111 | 11100100 | 1000111 | 10110 |
Color Harmonies of #10205F
Complementary color
Monochromatic Colors of #10205F
Black with #10205F
Text Example
Text Example
White with #10205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10205F; }
p { color: rgb(16,32,95); }
H1.HeaderClassName
{
color: #10205F;
}
.AnyTagClassName
{
color: #10205F;
}
</style>
background-color css
<style>
a { background-color: #10205F; }
a { background-color: rgb(16,32,95); }
div.DivClassName
{
background-color: #10205F;
}
.BgClassName
{
background-color: #10205F;
}
</style>
border-color css
<style>
span { border-color: #10205F; }
span { border-color: rgb(16,32,95); }
td.TdClassName
{
border-color: #10205F;
}
.TagClassName
{
border-color: #10205F;
}
</style>