Shades of Sapphire #052175
Tints of Sapphire #052175
RGB
CMYK
RGB Variations
Color information
#052175 (or 0x052175) is known color: Sapphire. HEX triplet: 05, 21 and 75. RGB value is (5,33,117). Sum of RGB (Red+Green+Blue) = 5+33+117=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #052175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052175 is #FADE8A. Grayscale: #212121. Windows color (decimal): -16440971 or 7676165. OLE color: 7676165.
HSL color Cylindrical-coordinate representation of color #052175: hue angle of 225º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052175 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 33 | 117 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.54 |
| HSL | 225º | 0.92% | 0.24% | - |
| HSV(B) | 225º | 0.96% | 0.46% | - |
| XYZ | 3.82 | 2.4 | 17.09 | - |
| YUV | 34.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 117 | 0.96 | 0.72 | 0 | 0.54 | 225 | 0.92 | 0.24 |
| Hex | 5 | 21 | 75 | 60 | 48 | 0 | 36 | E1 | 5C | 18 |
| Octal | 5 | 41 | 165 | 140 | 110 | 0 | 66 | 341 | 134 | 30 |
| Binary | 101 | 100001 | 1110101 | 1100000 | 1001000 | 0 | 110110 | 11100001 | 1011100 | 11000 |
Color Harmonies of #052175
Complementary color
Monochromatic Colors of #052175
Black with #052175
Text Example
Text Example
White with #052175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052175; }
p { color: rgb(5,33,117); }
H1.HeaderClassName
{
color: #052175;
}
.AnyTagClassName
{
color: #052175;
}
</style>
background-color css
<style>
a { background-color: #052175; }
a { background-color: rgb(5,33,117); }
div.DivClassName
{
background-color: #052175;
}
.BgClassName
{
background-color: #052175;
}
</style>
border-color css
<style>
span { border-color: #052175; }
span { border-color: rgb(5,33,117); }
td.TdClassName
{
border-color: #052175;
}
.TagClassName
{
border-color: #052175;
}
</style>