Shades of Sapphire #05215D
Tints of Sapphire #05215D
RGB
CMYK
RGB Variations
Color information
#05215D (or 0x05215D) is known color: Sapphire. HEX triplet: 05, 21 and 5D. RGB value is (5,33,93). Sum of RGB (Red+Green+Blue) = 5+33+93=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #05215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05215D is #FADEA2. Grayscale: #1F1F1F. Windows color (decimal): -16440995 or 6103301. OLE color: 6103301.
HSL color Cylindrical-coordinate representation of color #05215D: hue angle of 220.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05215D is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 33 | 93 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.64 |
| HSL | 220.91º | 0.9% | 0.19% | - |
| HSV(B) | 220.91º | 0.95% | 0.36% | - |
| XYZ | 2.58 | 1.91 | 10.59 | - |
| YUV | 31.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 93 | 0.95 | 0.65 | 0 | 0.64 | 220.91 | 0.9 | 0.19 |
| Hex | 5 | 21 | 5D | 5F | 41 | 0 | 40 | DD | 5A | 13 |
| Octal | 5 | 41 | 135 | 137 | 101 | 0 | 100 | 335 | 132 | 23 |
| Binary | 101 | 100001 | 1011101 | 1011111 | 1000001 | 0 | 1000000 | 11011101 | 1011010 | 10011 |
Color Harmonies of #05215D
Complementary color
Monochromatic Colors of #05215D
Black with #05215D
Text Example
Text Example
White with #05215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05215D; }
p { color: rgb(5,33,93); }
H1.HeaderClassName
{
color: #05215D;
}
.AnyTagClassName
{
color: #05215D;
}
</style>
background-color css
<style>
a { background-color: #05215D; }
a { background-color: rgb(5,33,93); }
div.DivClassName
{
background-color: #05215D;
}
.BgClassName
{
background-color: #05215D;
}
</style>
border-color css
<style>
span { border-color: #05215D; }
span { border-color: rgb(5,33,93); }
td.TdClassName
{
border-color: #05215D;
}
.TagClassName
{
border-color: #05215D;
}
</style>