Shades of Sapphire #052272
Tints of Sapphire #052272
RGB
CMYK
RGB Variations
Color information
#052272 (or 0x052272) is known color: Sapphire. HEX triplet: 05, 22 and 72. RGB value is (5,34,114). Sum of RGB (Red+Green+Blue) = 5+34+114=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #052272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052272 is #FADD8D. Grayscale: #222222. Windows color (decimal): -16440718 or 7479813. OLE color: 7479813.
HSL color Cylindrical-coordinate representation of color #052272: hue angle of 224.04º 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 #052272 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 5 | 34 | 114 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.55 |
| HSL | 224.04º | 0.92% | 0.23% | - |
| HSV(B) | 224.04º | 0.96% | 0.45% | - |
| XYZ | 3.67 | 2.39 | 16.19 | - |
| YUV | 34.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 114 | 0.96 | 0.70 | 0 | 0.55 | 224.04 | 0.92 | 0.23 |
| Hex | 5 | 22 | 72 | 60 | 46 | 0 | 37 | E0 | 5C | 17 |
| Octal | 5 | 42 | 162 | 140 | 106 | 0 | 67 | 340 | 134 | 27 |
| Binary | 101 | 100010 | 1110010 | 1100000 | 1000110 | 0 | 110111 | 11100000 | 1011100 | 10111 |
Color Harmonies of #052272
Complementary color
Monochromatic Colors of #052272
Black with #052272
Text Example
Text Example
White with #052272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052272; }
p { color: rgb(5,34,114); }
H1.HeaderClassName
{
color: #052272;
}
.AnyTagClassName
{
color: #052272;
}
</style>
background-color css
<style>
a { background-color: #052272; }
a { background-color: rgb(5,34,114); }
div.DivClassName
{
background-color: #052272;
}
.BgClassName
{
background-color: #052272;
}
</style>
border-color css
<style>
span { border-color: #052272; }
span { border-color: rgb(5,34,114); }
td.TdClassName
{
border-color: #052272;
}
.TagClassName
{
border-color: #052272;
}
</style>