Shades of Sapphire #10205A
Tints of Sapphire #10205A
RGB
CMYK
RGB Variations
Color information
#10205A (or 0x10205A) is known color: Sapphire. HEX triplet: 10, 20 and 5A. RGB value is (16,32,90). Sum of RGB (Red+Green+Blue) = 16+32+90=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #10205A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10205A is #EFDFA5. Grayscale: #212121. Windows color (decimal): -15720358 or 5906448. OLE color: 5906448.
HSL color Cylindrical-coordinate representation of color #10205A: hue angle of 227.03º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10205A is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 32 | 90 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.65 |
| HSL | 227.03º | 0.7% | 0.21% | - |
| HSV(B) | 227.03º | 0.82% | 0.35% | - |
| XYZ | 2.58 | 1.88 | 9.9 | - |
| YUV | 33.83 | 159.7 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 90 | 0.82 | 0.64 | 0 | 0.65 | 227.03 | 0.7 | 0.21 |
| Hex | 10 | 20 | 5A | 52 | 40 | 0 | 41 | E3 | 46 | 15 |
| Octal | 20 | 40 | 132 | 122 | 100 | 0 | 101 | 343 | 106 | 25 |
| Binary | 10000 | 100000 | 1011010 | 1010010 | 1000000 | 0 | 1000001 | 11100011 | 1000110 | 10101 |
Color Harmonies of #10205A
Complementary color
Monochromatic Colors of #10205A
Black with #10205A
Text Example
Text Example
White with #10205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10205A; }
p { color: rgb(16,32,90); }
H1.HeaderClassName
{
color: #10205A;
}
.AnyTagClassName
{
color: #10205A;
}
</style>
background-color css
<style>
a { background-color: #10205A; }
a { background-color: rgb(16,32,90); }
div.DivClassName
{
background-color: #10205A;
}
.BgClassName
{
background-color: #10205A;
}
</style>
border-color css
<style>
span { border-color: #10205A; }
span { border-color: rgb(16,32,90); }
td.TdClassName
{
border-color: #10205A;
}
.TagClassName
{
border-color: #10205A;
}
</style>