Shades of Sapphire #132659
Tints of Sapphire #132659
RGB
CMYK
RGB Variations
Color information
#132659 (or 0x132659) is known color: Sapphire. HEX triplet: 13, 26 and 59. RGB value is (19,38,89). Sum of RGB (Red+Green+Blue) = 19+38+89=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #132659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132659 is #ECD9A6. Grayscale: #252525. Windows color (decimal): -15522215 or 5842451. OLE color: 5842451.
HSL color Cylindrical-coordinate representation of color #132659: hue angle of 223.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132659 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 38 | 89 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.65 |
| HSL | 223.71º | 0.65% | 0.21% | - |
| HSV(B) | 223.71º | 0.79% | 0.35% | - |
| XYZ | 2.76 | 2.25 | 9.74 | - |
| YUV | 38.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 89 | 0.79 | 0.57 | 0 | 0.65 | 223.71 | 0.65 | 0.21 |
| Hex | 13 | 26 | 59 | 4F | 39 | 0 | 41 | E0 | 41 | 15 |
| Octal | 23 | 46 | 131 | 117 | 71 | 0 | 101 | 340 | 101 | 25 |
| Binary | 10011 | 100110 | 1011001 | 1001111 | 111001 | 0 | 1000001 | 11100000 | 1000001 | 10101 |
Color Harmonies of #132659
Complementary color
Monochromatic Colors of #132659
Black with #132659
Text Example
Text Example
White with #132659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132659; }
p { color: rgb(19,38,89); }
H1.HeaderClassName
{
color: #132659;
}
.AnyTagClassName
{
color: #132659;
}
</style>
background-color css
<style>
a { background-color: #132659; }
a { background-color: rgb(19,38,89); }
div.DivClassName
{
background-color: #132659;
}
.BgClassName
{
background-color: #132659;
}
</style>
border-color css
<style>
span { border-color: #132659; }
span { border-color: rgb(19,38,89); }
td.TdClassName
{
border-color: #132659;
}
.TagClassName
{
border-color: #132659;
}
</style>