Shades of Sapphire #032659
Tints of Sapphire #032659
RGB
CMYK
RGB Variations
Color information
#032659 (or 0x032659) is known color: Sapphire. HEX triplet: 03, 26 and 59. RGB value is (3,38,89). Sum of RGB (Red+Green+Blue) = 3+38+89=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 38 (15.23% from 255 or 29.23% 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 #032659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032659 is #FCD9A6. Grayscale: #212121. Windows color (decimal): -16570791 or 5842435. OLE color: 5842435.
HSL color Cylindrical-coordinate representation of color #032659: hue angle of 215.58º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032659 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 38 | 89 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.65 |
| HSL | 215.58º | 0.93% | 0.18% | - |
| HSV(B) | 215.58º | 0.97% | 0.35% | - |
| XYZ | 2.53 | 2.13 | 9.73 | - |
| YUV | 33.35 | 159.4 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 89 | 0.97 | 0.57 | 0 | 0.65 | 215.58 | 0.93 | 0.18 |
| Hex | 3 | 26 | 59 | 61 | 39 | 0 | 41 | D8 | 5D | 12 |
| Octal | 3 | 46 | 131 | 141 | 71 | 0 | 101 | 330 | 135 | 22 |
| Binary | 11 | 100110 | 1011001 | 1100001 | 111001 | 0 | 1000001 | 11011000 | 1011101 | 10010 |
Color Harmonies of #032659
Complementary color
Monochromatic Colors of #032659
Black with #032659
Text Example
Text Example
White with #032659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032659; }
p { color: rgb(3,38,89); }
H1.HeaderClassName
{
color: #032659;
}
.AnyTagClassName
{
color: #032659;
}
</style>
background-color css
<style>
a { background-color: #032659; }
a { background-color: rgb(3,38,89); }
div.DivClassName
{
background-color: #032659;
}
.BgClassName
{
background-color: #032659;
}
</style>
border-color css
<style>
span { border-color: #032659; }
span { border-color: rgb(3,38,89); }
td.TdClassName
{
border-color: #032659;
}
.TagClassName
{
border-color: #032659;
}
</style>