Shades of Sapphire #052560
Tints of Sapphire #052560
RGB
CMYK
RGB Variations
Color information
#052560 (or 0x052560) is known color: Sapphire. HEX triplet: 05, 25 and 60. RGB value is (5,37,96). Sum of RGB (Red+Green+Blue) = 5+37+96=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #052560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052560 is #FADA9F. Grayscale: #212121. Windows color (decimal): -16439968 or 6300933. OLE color: 6300933.
HSL color Cylindrical-coordinate representation of color #052560: hue angle of 218.9º 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 #052560 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 37 | 96 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.62 |
| HSL | 218.9º | 0.9% | 0.2% | - |
| HSV(B) | 218.9º | 0.95% | 0.38% | - |
| XYZ | 2.84 | 2.2 | 11.34 | - |
| YUV | 34.16 | 162.9 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 96 | 0.95 | 0.61 | 0 | 0.62 | 218.9 | 0.9 | 0.2 |
| Hex | 5 | 25 | 60 | 5F | 3D | 0 | 3E | DB | 5A | 14 |
| Octal | 5 | 45 | 140 | 137 | 75 | 0 | 76 | 333 | 132 | 24 |
| Binary | 101 | 100101 | 1100000 | 1011111 | 111101 | 0 | 111110 | 11011011 | 1011010 | 10100 |
Color Harmonies of #052560
Complementary color
Monochromatic Colors of #052560
Black with #052560
Text Example
Text Example
White with #052560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052560; }
p { color: rgb(5,37,96); }
H1.HeaderClassName
{
color: #052560;
}
.AnyTagClassName
{
color: #052560;
}
</style>
background-color css
<style>
a { background-color: #052560; }
a { background-color: rgb(5,37,96); }
div.DivClassName
{
background-color: #052560;
}
.BgClassName
{
background-color: #052560;
}
</style>
border-color css
<style>
span { border-color: #052560; }
span { border-color: rgb(5,37,96); }
td.TdClassName
{
border-color: #052560;
}
.TagClassName
{
border-color: #052560;
}
</style>