Shades of Sapphire #132259
Tints of Sapphire #132259
RGB
CMYK
RGB Variations
Color information
#132259 (or 0x132259) is known color: Sapphire. HEX triplet: 13, 22 and 59. RGB value is (19,34,89). Sum of RGB (Red+Green+Blue) = 19+34+89=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #132259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132259 is #ECDDA6. Grayscale: #232323. Windows color (decimal): -15523239 or 5841427. OLE color: 5841427.
HSL color Cylindrical-coordinate representation of color #132259: hue angle of 227.14º 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 #132259 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 34 | 89 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.65 |
| HSL | 227.14º | 0.65% | 0.21% | - |
| HSV(B) | 227.14º | 0.79% | 0.35% | - |
| XYZ | 2.64 | 2 | 9.7 | - |
| YUV | 35.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 89 | 0.79 | 0.62 | 0 | 0.65 | 227.14 | 0.65 | 0.21 |
| Hex | 13 | 22 | 59 | 4F | 3E | 0 | 41 | E3 | 41 | 15 |
| Octal | 23 | 42 | 131 | 117 | 76 | 0 | 101 | 343 | 101 | 25 |
| Binary | 10011 | 100010 | 1011001 | 1001111 | 111110 | 0 | 1000001 | 11100011 | 1000001 | 10101 |
Color Harmonies of #132259
Complementary color
Monochromatic Colors of #132259
Black with #132259
Text Example
Text Example
White with #132259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132259; }
p { color: rgb(19,34,89); }
H1.HeaderClassName
{
color: #132259;
}
.AnyTagClassName
{
color: #132259;
}
</style>
background-color css
<style>
a { background-color: #132259; }
a { background-color: rgb(19,34,89); }
div.DivClassName
{
background-color: #132259;
}
.BgClassName
{
background-color: #132259;
}
</style>
border-color css
<style>
span { border-color: #132259; }
span { border-color: rgb(19,34,89); }
td.TdClassName
{
border-color: #132259;
}
.TagClassName
{
border-color: #132259;
}
</style>