Shades of Sapphire #05216C
Tints of Sapphire #05216C
RGB
CMYK
RGB Variations
Color information
#05216C (or 0x05216C) is known color: Sapphire. HEX triplet: 05, 21 and 6C. RGB value is (5,33,108). Sum of RGB (Red+Green+Blue) = 5+33+108=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 108 (42.58% from 255 or 73.97% from 146); Max value from RGB is 108 - color contains mainly: blue. Hex color #05216C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05216C is #FADE93. Grayscale: #202020. Windows color (decimal): -16440980 or 7086341. OLE color: 7086341.
HSL color Cylindrical-coordinate representation of color #05216C: hue angle of 223.69º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05216C is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 33 | 108 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.58 |
| HSL | 223.69º | 0.91% | 0.22% | - |
| HSV(B) | 223.69º | 0.95% | 0.42% | - |
| XYZ | 3.31 | 2.2 | 14.44 | - |
| YUV | 33.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 108 | 0.95 | 0.69 | 0 | 0.58 | 223.69 | 0.91 | 0.22 |
| Hex | 5 | 21 | 6C | 5F | 45 | 0 | 3A | E0 | 5B | 16 |
| Octal | 5 | 41 | 154 | 137 | 105 | 0 | 72 | 340 | 133 | 26 |
| Binary | 101 | 100001 | 1101100 | 1011111 | 1000101 | 0 | 111010 | 11100000 | 1011011 | 10110 |
Color Harmonies of #05216C
Complementary color
Monochromatic Colors of #05216C
Black with #05216C
Text Example
Text Example
White with #05216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05216C; }
p { color: rgb(5,33,108); }
H1.HeaderClassName
{
color: #05216C;
}
.AnyTagClassName
{
color: #05216C;
}
</style>
background-color css
<style>
a { background-color: #05216C; }
a { background-color: rgb(5,33,108); }
div.DivClassName
{
background-color: #05216C;
}
.BgClassName
{
background-color: #05216C;
}
</style>
border-color css
<style>
span { border-color: #05216C; }
span { border-color: rgb(5,33,108); }
td.TdClassName
{
border-color: #05216C;
}
.TagClassName
{
border-color: #05216C;
}
</style>