Shades of Sapphire #132157
Tints of Sapphire #132157
RGB
CMYK
RGB Variations
Color information
#132157 (or 0x132157) is known color: Sapphire. HEX triplet: 13, 21 and 57. RGB value is (19,33,87). Sum of RGB (Red+Green+Blue) = 19+33+87=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 87 (34.38% from 255 or 62.59% from 139); Max value from RGB is 87 - color contains mainly: blue. Hex color #132157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132157 is #ECDEA8. Grayscale: #222222. Windows color (decimal): -15523497 or 5710099. OLE color: 5710099.
HSL color Cylindrical-coordinate representation of color #132157: hue angle of 227.65º 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 #132157 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 33 | 87 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.66 |
| HSL | 227.65º | 0.64% | 0.21% | - |
| HSV(B) | 227.65º | 0.78% | 0.34% | - |
| XYZ | 2.53 | 1.91 | 9.25 | - |
| YUV | 34.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 87 | 0.78 | 0.62 | 0 | 0.66 | 227.65 | 0.64 | 0.21 |
| Hex | 13 | 21 | 57 | 4E | 3E | 0 | 42 | E4 | 40 | 15 |
| Octal | 23 | 41 | 127 | 116 | 76 | 0 | 102 | 344 | 100 | 25 |
| Binary | 10011 | 100001 | 1010111 | 1001110 | 111110 | 0 | 1000010 | 11100100 | 1000000 | 10101 |
Color Harmonies of #132157
Complementary color
Monochromatic Colors of #132157
Black with #132157
Text Example
Text Example
White with #132157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132157; }
p { color: rgb(19,33,87); }
H1.HeaderClassName
{
color: #132157;
}
.AnyTagClassName
{
color: #132157;
}
</style>
background-color css
<style>
a { background-color: #132157; }
a { background-color: rgb(19,33,87); }
div.DivClassName
{
background-color: #132157;
}
.BgClassName
{
background-color: #132157;
}
</style>
border-color css
<style>
span { border-color: #132157; }
span { border-color: rgb(19,33,87); }
td.TdClassName
{
border-color: #132157;
}
.TagClassName
{
border-color: #132157;
}
</style>