Shades of Sapphire #052359
Tints of Sapphire #052359
RGB
CMYK
RGB Variations
Color information
#052359 (or 0x052359) is known color: Sapphire. HEX triplet: 05, 23 and 59. RGB value is (5,35,89). Sum of RGB (Red+Green+Blue) = 5+35+89=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 89 (35.16% from 255 or 68.99% from 129); Max value from RGB is 89 - color contains mainly: blue. Hex color #052359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052359 is #FADCA6. Grayscale: #1F1F1F. Windows color (decimal): -16440487 or 5841669. OLE color: 5841669.
HSL color Cylindrical-coordinate representation of color #052359: hue angle of 218.57º 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 #052359 is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 35 | 89 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.65 |
| HSL | 218.57º | 0.89% | 0.18% | - |
| HSV(B) | 218.57º | 0.94% | 0.35% | - |
| XYZ | 2.47 | 1.96 | 9.7 | - |
| YUV | 32.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 89 | 0.94 | 0.61 | 0 | 0.65 | 218.57 | 0.89 | 0.18 |
| Hex | 5 | 23 | 59 | 5E | 3D | 0 | 41 | DB | 59 | 12 |
| Octal | 5 | 43 | 131 | 136 | 75 | 0 | 101 | 333 | 131 | 22 |
| Binary | 101 | 100011 | 1011001 | 1011110 | 111101 | 0 | 1000001 | 11011011 | 1011001 | 10010 |
Color Harmonies of #052359
Complementary color
Monochromatic Colors of #052359
Black with #052359
Text Example
Text Example
White with #052359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052359; }
p { color: rgb(5,35,89); }
H1.HeaderClassName
{
color: #052359;
}
.AnyTagClassName
{
color: #052359;
}
</style>
background-color css
<style>
a { background-color: #052359; }
a { background-color: rgb(5,35,89); }
div.DivClassName
{
background-color: #052359;
}
.BgClassName
{
background-color: #052359;
}
</style>
border-color css
<style>
span { border-color: #052359; }
span { border-color: rgb(5,35,89); }
td.TdClassName
{
border-color: #052359;
}
.TagClassName
{
border-color: #052359;
}
</style>