Shades of Sapphire #052172
Tints of Sapphire #052172
RGB
CMYK
RGB Variations
Color information
#052172 (or 0x052172) is known color: Sapphire. HEX triplet: 05, 21 and 72. RGB value is (5,33,114). Sum of RGB (Red+Green+Blue) = 5+33+114=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #052172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052172 is #FADE8D. Grayscale: #212121. Windows color (decimal): -16440974 or 7479557. OLE color: 7479557.
HSL color Cylindrical-coordinate representation of color #052172: hue angle of 224.59º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052172 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 33 | 114 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.55 |
| HSL | 224.59º | 0.92% | 0.23% | - |
| HSV(B) | 224.59º | 0.96% | 0.45% | - |
| XYZ | 3.64 | 2.33 | 16.18 | - |
| YUV | 33.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 114 | 0.96 | 0.71 | 0 | 0.55 | 224.59 | 0.92 | 0.23 |
| Hex | 5 | 21 | 72 | 60 | 47 | 0 | 37 | E1 | 5C | 17 |
| Octal | 5 | 41 | 162 | 140 | 107 | 0 | 67 | 341 | 134 | 27 |
| Binary | 101 | 100001 | 1110010 | 1100000 | 1000111 | 0 | 110111 | 11100001 | 1011100 | 10111 |
Color Harmonies of #052172
Complementary color
Monochromatic Colors of #052172
Black with #052172
Text Example
Text Example
White with #052172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052172; }
p { color: rgb(5,33,114); }
H1.HeaderClassName
{
color: #052172;
}
.AnyTagClassName
{
color: #052172;
}
</style>
background-color css
<style>
a { background-color: #052172; }
a { background-color: rgb(5,33,114); }
div.DivClassName
{
background-color: #052172;
}
.BgClassName
{
background-color: #052172;
}
</style>
border-color css
<style>
span { border-color: #052172; }
span { border-color: rgb(5,33,114); }
td.TdClassName
{
border-color: #052172;
}
.TagClassName
{
border-color: #052172;
}
</style>