Shades of Sapphire #052961
Tints of Sapphire #052961
RGB
CMYK
RGB Variations
Color information
#052961 (or 0x052961) is known color: Sapphire. HEX triplet: 05, 29 and 61. RGB value is (5,41,97). Sum of RGB (Red+Green+Blue) = 5+41+97=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #052961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052961 is #FAD69E. Grayscale: #242424. Windows color (decimal): -16438943 or 6367493. OLE color: 6367493.
HSL color Cylindrical-coordinate representation of color #052961: hue angle of 216.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052961 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 41 | 97 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.62 |
| HSL | 216.52º | 0.9% | 0.2% | - |
| HSV(B) | 216.52º | 0.95% | 0.38% | - |
| XYZ | 3.01 | 2.48 | 11.63 | - |
| YUV | 36.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 97 | 0.95 | 0.58 | 0 | 0.62 | 216.52 | 0.9 | 0.2 |
| Hex | 5 | 29 | 61 | 5F | 3A | 0 | 3E | D9 | 5A | 14 |
| Octal | 5 | 51 | 141 | 137 | 72 | 0 | 76 | 331 | 132 | 24 |
| Binary | 101 | 101001 | 1100001 | 1011111 | 111010 | 0 | 111110 | 11011001 | 1011010 | 10100 |
Color Harmonies of #052961
Complementary color
Monochromatic Colors of #052961
Black with #052961
Text Example
Text Example
White with #052961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052961; }
p { color: rgb(5,41,97); }
H1.HeaderClassName
{
color: #052961;
}
.AnyTagClassName
{
color: #052961;
}
</style>
background-color css
<style>
a { background-color: #052961; }
a { background-color: rgb(5,41,97); }
div.DivClassName
{
background-color: #052961;
}
.BgClassName
{
background-color: #052961;
}
</style>
border-color css
<style>
span { border-color: #052961; }
span { border-color: rgb(5,41,97); }
td.TdClassName
{
border-color: #052961;
}
.TagClassName
{
border-color: #052961;
}
</style>