Shades of Sapphire #052371
Tints of Sapphire #052371
RGB
CMYK
RGB Variations
Color information
#052371 (or 0x052371) is known color: Sapphire. HEX triplet: 05, 23 and 71. RGB value is (5,35,113). Sum of RGB (Red+Green+Blue) = 5+35+113=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #052371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052371 is #FADC8E. Grayscale: #222222. Windows color (decimal): -16440463 or 7414533. OLE color: 7414533.
HSL color Cylindrical-coordinate representation of color #052371: hue angle of 223.33º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052371 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 35 | 113 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.56 |
| HSL | 223.33º | 0.92% | 0.23% | - |
| HSV(B) | 223.33º | 0.96% | 0.44% | - |
| XYZ | 3.64 | 2.43 | 15.9 | - |
| YUV | 34.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 113 | 0.96 | 0.69 | 0 | 0.56 | 223.33 | 0.92 | 0.23 |
| Hex | 5 | 23 | 71 | 60 | 45 | 0 | 38 | DF | 5C | 17 |
| Octal | 5 | 43 | 161 | 140 | 105 | 0 | 70 | 337 | 134 | 27 |
| Binary | 101 | 100011 | 1110001 | 1100000 | 1000101 | 0 | 111000 | 11011111 | 1011100 | 10111 |
Color Harmonies of #052371
Complementary color
Monochromatic Colors of #052371
Black with #052371
Text Example
Text Example
White with #052371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052371; }
p { color: rgb(5,35,113); }
H1.HeaderClassName
{
color: #052371;
}
.AnyTagClassName
{
color: #052371;
}
</style>
background-color css
<style>
a { background-color: #052371; }
a { background-color: rgb(5,35,113); }
div.DivClassName
{
background-color: #052371;
}
.BgClassName
{
background-color: #052371;
}
</style>
border-color css
<style>
span { border-color: #052371; }
span { border-color: rgb(5,35,113); }
td.TdClassName
{
border-color: #052371;
}
.TagClassName
{
border-color: #052371;
}
</style>