Shades of Sapphire #05217D
Tints of Sapphire #05217D
RGB
CMYK
RGB Variations
Color information
#05217D (or 0x05217D) is known color: Sapphire. HEX triplet: 05, 21 and 7D. RGB value is (5,33,125). Sum of RGB (Red+Green+Blue) = 5+33+125=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #05217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05217D is #FADE82. Grayscale: #222222. Windows color (decimal): -16440963 or 8200453. OLE color: 8200453.
HSL color Cylindrical-coordinate representation of color #05217D: hue angle of 226º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05217D is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 33 | 125 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.51 |
| HSL | 226º | 0.92% | 0.25% | - |
| HSV(B) | 226º | 0.96% | 0.49% | - |
| XYZ | 4.31 | 2.6 | 19.68 | - |
| YUV | 35.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 125 | 0.96 | 0.74 | 0 | 0.51 | 226 | 0.92 | 0.25 |
| Hex | 5 | 21 | 7D | 60 | 4A | 0 | 33 | E2 | 5C | 19 |
| Octal | 5 | 41 | 175 | 140 | 112 | 0 | 63 | 342 | 134 | 31 |
| Binary | 101 | 100001 | 1111101 | 1100000 | 1001010 | 0 | 110011 | 11100010 | 1011100 | 11001 |
Color Harmonies of #05217D
Complementary color
Monochromatic Colors of #05217D
Black with #05217D
Text Example
Text Example
White with #05217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05217D; }
p { color: rgb(5,33,125); }
H1.HeaderClassName
{
color: #05217D;
}
.AnyTagClassName
{
color: #05217D;
}
</style>
background-color css
<style>
a { background-color: #05217D; }
a { background-color: rgb(5,33,125); }
div.DivClassName
{
background-color: #05217D;
}
.BgClassName
{
background-color: #05217D;
}
</style>
border-color css
<style>
span { border-color: #05217D; }
span { border-color: rgb(5,33,125); }
td.TdClassName
{
border-color: #05217D;
}
.TagClassName
{
border-color: #05217D;
}
</style>