Shades of Sapphire #052659
Tints of Sapphire #052659
RGB
CMYK
RGB Variations
Color information
#052659 (or 0x052659) is known color: Sapphire. HEX triplet: 05, 26 and 59. RGB value is (5,38,89). Sum of RGB (Red+Green+Blue) = 5+38+89=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #052659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052659 is #FAD9A6. Grayscale: #212121. Windows color (decimal): -16439719 or 5842437. OLE color: 5842437.
HSL color Cylindrical-coordinate representation of color #052659: hue angle of 216.43º 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 #052659 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 38 | 89 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.65 |
| HSL | 216.43º | 0.89% | 0.18% | - |
| HSV(B) | 216.43º | 0.94% | 0.35% | - |
| XYZ | 2.56 | 2.14 | 9.73 | - |
| YUV | 33.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 89 | 0.94 | 0.57 | 0 | 0.65 | 216.43 | 0.89 | 0.18 |
| Hex | 5 | 26 | 59 | 5E | 39 | 0 | 41 | D8 | 59 | 12 |
| Octal | 5 | 46 | 131 | 136 | 71 | 0 | 101 | 330 | 131 | 22 |
| Binary | 101 | 100110 | 1011001 | 1011110 | 111001 | 0 | 1000001 | 11011000 | 1011001 | 10010 |
Color Harmonies of #052659
Complementary color
Monochromatic Colors of #052659
Black with #052659
Text Example
Text Example
White with #052659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052659; }
p { color: rgb(5,38,89); }
H1.HeaderClassName
{
color: #052659;
}
.AnyTagClassName
{
color: #052659;
}
</style>
background-color css
<style>
a { background-color: #052659; }
a { background-color: rgb(5,38,89); }
div.DivClassName
{
background-color: #052659;
}
.BgClassName
{
background-color: #052659;
}
</style>
border-color css
<style>
span { border-color: #052659; }
span { border-color: rgb(5,38,89); }
td.TdClassName
{
border-color: #052659;
}
.TagClassName
{
border-color: #052659;
}
</style>