Shades of Sapphire #052963
Tints of Sapphire #052963
RGB
CMYK
RGB Variations
Color information
#052963 (or 0x052963) is known color: Sapphire. HEX triplet: 05, 29 and 63. RGB value is (5,41,99). Sum of RGB (Red+Green+Blue) = 5+41+99=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 99 (39.06% from 255 or 68.28% from 145); Max value from RGB is 99 - color contains mainly: blue. Hex color #052963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052963 is #FAD69C. Grayscale: #242424. Windows color (decimal): -16438941 or 6498565. OLE color: 6498565.
HSL color Cylindrical-coordinate representation of color #052963: hue angle of 217.02º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052963 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 41 | 99 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.61 |
| HSL | 217.02º | 0.9% | 0.2% | - |
| HSV(B) | 217.02º | 0.95% | 0.39% | - |
| XYZ | 3.11 | 2.52 | 12.13 | - |
| YUV | 36.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 99 | 0.95 | 0.59 | 0 | 0.61 | 217.02 | 0.9 | 0.2 |
| Hex | 5 | 29 | 63 | 5F | 3B | 0 | 3D | D9 | 5A | 14 |
| Octal | 5 | 51 | 143 | 137 | 73 | 0 | 75 | 331 | 132 | 24 |
| Binary | 101 | 101001 | 1100011 | 1011111 | 111011 | 0 | 111101 | 11011001 | 1011010 | 10100 |
Color Harmonies of #052963
Complementary color
Monochromatic Colors of #052963
Black with #052963
Text Example
Text Example
White with #052963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052963; }
p { color: rgb(5,41,99); }
H1.HeaderClassName
{
color: #052963;
}
.AnyTagClassName
{
color: #052963;
}
</style>
background-color css
<style>
a { background-color: #052963; }
a { background-color: rgb(5,41,99); }
div.DivClassName
{
background-color: #052963;
}
.BgClassName
{
background-color: #052963;
}
</style>
border-color css
<style>
span { border-color: #052963; }
span { border-color: rgb(5,41,99); }
td.TdClassName
{
border-color: #052963;
}
.TagClassName
{
border-color: #052963;
}
</style>