Shades of Sapphire #132957
Tints of Sapphire #132957
RGB
CMYK
RGB Variations
Color information
#132957 (or 0x132957) is known color: Sapphire. HEX triplet: 13, 29 and 57. RGB value is (19,41,87). Sum of RGB (Red+Green+Blue) = 19+41+87=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #132957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132957 is #ECD6A8. Grayscale: #272727. Windows color (decimal): -15521449 or 5712147. OLE color: 5712147.
HSL color Cylindrical-coordinate representation of color #132957: hue angle of 220.59º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132957 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 41 | 87 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.66 |
| HSL | 220.59º | 0.64% | 0.21% | - |
| HSV(B) | 220.59º | 0.78% | 0.34% | - |
| XYZ | 2.78 | 2.41 | 9.34 | - |
| YUV | 39.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 87 | 0.78 | 0.53 | 0 | 0.66 | 220.59 | 0.64 | 0.21 |
| Hex | 13 | 29 | 57 | 4E | 35 | 0 | 42 | DD | 40 | 15 |
| Octal | 23 | 51 | 127 | 116 | 65 | 0 | 102 | 335 | 100 | 25 |
| Binary | 10011 | 101001 | 1010111 | 1001110 | 110101 | 0 | 1000010 | 11011101 | 1000000 | 10101 |
Color Harmonies of #132957
Complementary color
Monochromatic Colors of #132957
Black with #132957
Text Example
Text Example
White with #132957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132957; }
p { color: rgb(19,41,87); }
H1.HeaderClassName
{
color: #132957;
}
.AnyTagClassName
{
color: #132957;
}
</style>
background-color css
<style>
a { background-color: #132957; }
a { background-color: rgb(19,41,87); }
div.DivClassName
{
background-color: #132957;
}
.BgClassName
{
background-color: #132957;
}
</style>
border-color css
<style>
span { border-color: #132957; }
span { border-color: rgb(19,41,87); }
td.TdClassName
{
border-color: #132957;
}
.TagClassName
{
border-color: #132957;
}
</style>