Shades of Sapphire #052472
Tints of Sapphire #052472
RGB
CMYK
RGB Variations
Color information
#052472 (or 0x052472) is known color: Sapphire. HEX triplet: 05, 24 and 72. RGB value is (5,36,114). Sum of RGB (Red+Green+Blue) = 5+36+114=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #052472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052472 is #FADB8D. Grayscale: #232323. Windows color (decimal): -16440206 or 7480325. OLE color: 7480325.
HSL color Cylindrical-coordinate representation of color #052472: hue angle of 222.94º 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 #052472 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 36 | 114 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.55 |
| HSL | 222.94º | 0.92% | 0.23% | - |
| HSV(B) | 222.94º | 0.96% | 0.45% | - |
| XYZ | 3.73 | 2.51 | 16.21 | - |
| YUV | 35.62 | 172.23 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 114 | 0.96 | 0.68 | 0 | 0.55 | 222.94 | 0.92 | 0.23 |
| Hex | 5 | 24 | 72 | 60 | 44 | 0 | 37 | DF | 5C | 17 |
| Octal | 5 | 44 | 162 | 140 | 104 | 0 | 67 | 337 | 134 | 27 |
| Binary | 101 | 100100 | 1110010 | 1100000 | 1000100 | 0 | 110111 | 11011111 | 1011100 | 10111 |
Color Harmonies of #052472
Complementary color
Monochromatic Colors of #052472
Black with #052472
Text Example
Text Example
White with #052472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052472; }
p { color: rgb(5,36,114); }
H1.HeaderClassName
{
color: #052472;
}
.AnyTagClassName
{
color: #052472;
}
</style>
background-color css
<style>
a { background-color: #052472; }
a { background-color: rgb(5,36,114); }
div.DivClassName
{
background-color: #052472;
}
.BgClassName
{
background-color: #052472;
}
</style>
border-color css
<style>
span { border-color: #052472; }
span { border-color: rgb(5,36,114); }
td.TdClassName
{
border-color: #052472;
}
.TagClassName
{
border-color: #052472;
}
</style>