Shades of Sapphire #132D57
Tints of Sapphire #132D57
RGB
CMYK
RGB Variations
Color information
#132D57 (or 0x132D57) is known color: Sapphire. HEX triplet: 13, 2D and 57. RGB value is (19,45,87). Sum of RGB (Red+Green+Blue) = 19+45+87=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #132D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D57 is #ECD2A8. Grayscale: #292929. Windows color (decimal): -15520425 or 5713171. OLE color: 5713171.
HSL color Cylindrical-coordinate representation of color #132D57: hue angle of 217.06º 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 #132D57 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 45 | 87 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.66 |
| HSL | 217.06º | 0.64% | 0.21% | - |
| HSV(B) | 217.06º | 0.78% | 0.34% | - |
| XYZ | 2.93 | 2.7 | 9.38 | - |
| YUV | 42.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 87 | 0.78 | 0.48 | 0 | 0.66 | 217.06 | 0.64 | 0.21 |
| Hex | 13 | 2D | 57 | 4E | 30 | 0 | 42 | D9 | 40 | 15 |
| Octal | 23 | 55 | 127 | 116 | 60 | 0 | 102 | 331 | 100 | 25 |
| Binary | 10011 | 101101 | 1010111 | 1001110 | 110000 | 0 | 1000010 | 11011001 | 1000000 | 10101 |
Color Harmonies of #132D57
Complementary color
Monochromatic Colors of #132D57
Black with #132D57
Text Example
Text Example
White with #132D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D57; }
p { color: rgb(19,45,87); }
H1.HeaderClassName
{
color: #132D57;
}
.AnyTagClassName
{
color: #132D57;
}
</style>
background-color css
<style>
a { background-color: #132D57; }
a { background-color: rgb(19,45,87); }
div.DivClassName
{
background-color: #132D57;
}
.BgClassName
{
background-color: #132D57;
}
</style>
border-color css
<style>
span { border-color: #132D57; }
span { border-color: rgb(19,45,87); }
td.TdClassName
{
border-color: #132D57;
}
.TagClassName
{
border-color: #132D57;
}
</style>