Shades of Sapphire #052760
Tints of Sapphire #052760
RGB
CMYK
RGB Variations
Color information
#052760 (or 0x052760) is known color: Sapphire. HEX triplet: 05, 27 and 60. RGB value is (5,39,96). Sum of RGB (Red+Green+Blue) = 5+39+96=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #052760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052760 is #FAD89F. Grayscale: #232323. Windows color (decimal): -16439456 or 6301445. OLE color: 6301445.
HSL color Cylindrical-coordinate representation of color #052760: hue angle of 217.58º 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 #052760 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 39 | 96 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.62 |
| HSL | 217.58º | 0.9% | 0.2% | - |
| HSV(B) | 217.58º | 0.95% | 0.38% | - |
| XYZ | 2.9 | 2.33 | 11.36 | - |
| YUV | 35.33 | 162.24 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 96 | 0.95 | 0.59 | 0 | 0.62 | 217.58 | 0.9 | 0.2 |
| Hex | 5 | 27 | 60 | 5F | 3B | 0 | 3E | DA | 5A | 14 |
| Octal | 5 | 47 | 140 | 137 | 73 | 0 | 76 | 332 | 132 | 24 |
| Binary | 101 | 100111 | 1100000 | 1011111 | 111011 | 0 | 111110 | 11011010 | 1011010 | 10100 |
Color Harmonies of #052760
Complementary color
Monochromatic Colors of #052760
Black with #052760
Text Example
Text Example
White with #052760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052760; }
p { color: rgb(5,39,96); }
H1.HeaderClassName
{
color: #052760;
}
.AnyTagClassName
{
color: #052760;
}
</style>
background-color css
<style>
a { background-color: #052760; }
a { background-color: rgb(5,39,96); }
div.DivClassName
{
background-color: #052760;
}
.BgClassName
{
background-color: #052760;
}
</style>
border-color css
<style>
span { border-color: #052760; }
span { border-color: rgb(5,39,96); }
td.TdClassName
{
border-color: #052760;
}
.TagClassName
{
border-color: #052760;
}
</style>