Shades of Sapphire #16215B
Tints of Sapphire #16215B
RGB
CMYK
RGB Variations
Color information
#16215B (or 0x16215B) is known color: Sapphire. HEX triplet: 16, 21 and 5B. RGB value is (22,33,91). Sum of RGB (Red+Green+Blue) = 22+33+91=146 (19% of max value = 765). Red value is 22 (8.98% from 255 or 15.07% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 91 (35.94% from 255 or 62.33% from 146); Max value from RGB is 91 - color contains mainly: blue. Hex color #16215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16215B is #E9DEA4. Grayscale: #242424. Windows color (decimal): -15326885 or 5972246. OLE color: 5972246.
HSL color Cylindrical-coordinate representation of color #16215B: hue angle of 230.43º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16215B is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 33 | 91 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.64 |
| HSL | 230.43º | 0.61% | 0.22% | - |
| HSV(B) | 230.43º | 0.76% | 0.36% | - |
| XYZ | 2.76 | 2.01 | 10.14 | - |
| YUV | 36.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 91 | 0.76 | 0.64 | 0 | 0.64 | 230.43 | 0.61 | 0.22 |
| Hex | 16 | 21 | 5B | 4C | 40 | 0 | 40 | E6 | 3D | 16 |
| Octal | 26 | 41 | 133 | 114 | 100 | 0 | 100 | 346 | 75 | 26 |
| Binary | 10110 | 100001 | 1011011 | 1001100 | 1000000 | 0 | 1000000 | 11100110 | 111101 | 10110 |
Color Harmonies of #16215B
Complementary color
Monochromatic Colors of #16215B
Black with #16215B
Text Example
Text Example
White with #16215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16215B; }
p { color: rgb(22,33,91); }
H1.HeaderClassName
{
color: #16215B;
}
.AnyTagClassName
{
color: #16215B;
}
</style>
background-color css
<style>
a { background-color: #16215B; }
a { background-color: rgb(22,33,91); }
div.DivClassName
{
background-color: #16215B;
}
.BgClassName
{
background-color: #16215B;
}
</style>
border-color css
<style>
span { border-color: #16215B; }
span { border-color: rgb(22,33,91); }
td.TdClassName
{
border-color: #16215B;
}
.TagClassName
{
border-color: #16215B;
}
</style>