Shades of Sapphire #132459
Tints of Sapphire #132459
RGB
CMYK
RGB Variations
Color information
#132459 (or 0x132459) is known color: Sapphire. HEX triplet: 13, 24 and 59. RGB value is (19,36,89). Sum of RGB (Red+Green+Blue) = 19+36+89=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 36 (14.45% from 255 or 25% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #132459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132459 is #ECDBA6. Grayscale: #242424. Windows color (decimal): -15522727 or 5841939. OLE color: 5841939.
HSL color Cylindrical-coordinate representation of color #132459: hue angle of 225.43º 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 #132459 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 36 | 89 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.65 |
| HSL | 225.43º | 0.65% | 0.21% | - |
| HSV(B) | 225.43º | 0.79% | 0.35% | - |
| XYZ | 2.7 | 2.12 | 9.72 | - |
| YUV | 36.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 89 | 0.79 | 0.60 | 0 | 0.65 | 225.43 | 0.65 | 0.21 |
| Hex | 13 | 24 | 59 | 4F | 3C | 0 | 41 | E1 | 41 | 15 |
| Octal | 23 | 44 | 131 | 117 | 74 | 0 | 101 | 341 | 101 | 25 |
| Binary | 10011 | 100100 | 1011001 | 1001111 | 111100 | 0 | 1000001 | 11100001 | 1000001 | 10101 |
Color Harmonies of #132459
Complementary color
Monochromatic Colors of #132459
Black with #132459
Text Example
Text Example
White with #132459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132459; }
p { color: rgb(19,36,89); }
H1.HeaderClassName
{
color: #132459;
}
.AnyTagClassName
{
color: #132459;
}
</style>
background-color css
<style>
a { background-color: #132459; }
a { background-color: rgb(19,36,89); }
div.DivClassName
{
background-color: #132459;
}
.BgClassName
{
background-color: #132459;
}
</style>
border-color css
<style>
span { border-color: #132459; }
span { border-color: rgb(19,36,89); }
td.TdClassName
{
border-color: #132459;
}
.TagClassName
{
border-color: #132459;
}
</style>