Shades of Sapphire #052459
Tints of Sapphire #052459
RGB
CMYK
RGB Variations
Color information
#052459 (or 0x052459) is known color: Sapphire. HEX triplet: 05, 24 and 59. RGB value is (5,36,89). Sum of RGB (Red+Green+Blue) = 5+36+89=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #052459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052459 is #FADBA6. Grayscale: #202020. Windows color (decimal): -16440231 or 5841925. OLE color: 5841925.
HSL color Cylindrical-coordinate representation of color #052459: hue angle of 217.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052459 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 36 | 89 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.65 |
| HSL | 217.86º | 0.89% | 0.18% | - |
| HSV(B) | 217.86º | 0.94% | 0.35% | - |
| XYZ | 2.5 | 2.02 | 9.71 | - |
| YUV | 32.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 89 | 0.94 | 0.60 | 0 | 0.65 | 217.86 | 0.89 | 0.18 |
| Hex | 5 | 24 | 59 | 5E | 3C | 0 | 41 | DA | 59 | 12 |
| Octal | 5 | 44 | 131 | 136 | 74 | 0 | 101 | 332 | 131 | 22 |
| Binary | 101 | 100100 | 1011001 | 1011110 | 111100 | 0 | 1000001 | 11011010 | 1011001 | 10010 |
Color Harmonies of #052459
Complementary color
Monochromatic Colors of #052459
Black with #052459
Text Example
Text Example
White with #052459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052459; }
p { color: rgb(5,36,89); }
H1.HeaderClassName
{
color: #052459;
}
.AnyTagClassName
{
color: #052459;
}
</style>
background-color css
<style>
a { background-color: #052459; }
a { background-color: rgb(5,36,89); }
div.DivClassName
{
background-color: #052459;
}
.BgClassName
{
background-color: #052459;
}
</style>
border-color css
<style>
span { border-color: #052459; }
span { border-color: rgb(5,36,89); }
td.TdClassName
{
border-color: #052459;
}
.TagClassName
{
border-color: #052459;
}
</style>