Shades of Sapphire #10215A
Tints of Sapphire #10215A
RGB
CMYK
RGB Variations
Color information
#10215A (or 0x10215A) is known color: Sapphire. HEX triplet: 10, 21 and 5A. RGB value is (16,33,90). Sum of RGB (Red+Green+Blue) = 16+33+90=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #10215A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10215A is #EFDEA5. Grayscale: #222222. Windows color (decimal): -15720102 or 5906704. OLE color: 5906704.
HSL color Cylindrical-coordinate representation of color #10215A: hue angle of 226.22º 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 #10215A is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 33 | 90 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.65 |
| HSL | 226.22º | 0.7% | 0.21% | - |
| HSV(B) | 226.22º | 0.82% | 0.35% | - |
| XYZ | 2.6 | 1.94 | 9.91 | - |
| YUV | 34.42 | 159.37 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 90 | 0.82 | 0.63 | 0 | 0.65 | 226.22 | 0.7 | 0.21 |
| Hex | 10 | 21 | 5A | 52 | 3F | 0 | 41 | E2 | 46 | 15 |
| Octal | 20 | 41 | 132 | 122 | 77 | 0 | 101 | 342 | 106 | 25 |
| Binary | 10000 | 100001 | 1011010 | 1010010 | 111111 | 0 | 1000001 | 11100010 | 1000110 | 10101 |
Color Harmonies of #10215A
Complementary color
Monochromatic Colors of #10215A
Black with #10215A
Text Example
Text Example
White with #10215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10215A; }
p { color: rgb(16,33,90); }
H1.HeaderClassName
{
color: #10215A;
}
.AnyTagClassName
{
color: #10215A;
}
</style>
background-color css
<style>
a { background-color: #10215A; }
a { background-color: rgb(16,33,90); }
div.DivClassName
{
background-color: #10215A;
}
.BgClassName
{
background-color: #10215A;
}
</style>
border-color css
<style>
span { border-color: #10215A; }
span { border-color: rgb(16,33,90); }
td.TdClassName
{
border-color: #10215A;
}
.TagClassName
{
border-color: #10215A;
}
</style>