Shades of Sapphire #132856
Tints of Sapphire #132856
RGB
CMYK
RGB Variations
Color information
#132856 (or 0x132856) is known color: Sapphire. HEX triplet: 13, 28 and 56. RGB value is (19,40,86). Sum of RGB (Red+Green+Blue) = 19+40+86=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 86 (33.98% from 255 or 59.31% from 145); Max value from RGB is 86 - color contains mainly: blue. Hex color #132856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132856 is #ECD7A9. Grayscale: #262626. Windows color (decimal): -15521706 or 5646355. OLE color: 5646355.
HSL color Cylindrical-coordinate representation of color #132856: hue angle of 221.19º 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 #132856 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 40 | 86 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.66 |
| HSL | 221.19º | 0.64% | 0.21% | - |
| HSV(B) | 221.19º | 0.78% | 0.34% | - |
| XYZ | 2.71 | 2.33 | 9.11 | - |
| YUV | 38.97 | 154.54 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 86 | 0.78 | 0.53 | 0 | 0.66 | 221.19 | 0.64 | 0.21 |
| Hex | 13 | 28 | 56 | 4E | 35 | 0 | 42 | DD | 40 | 15 |
| Octal | 23 | 50 | 126 | 116 | 65 | 0 | 102 | 335 | 100 | 25 |
| Binary | 10011 | 101000 | 1010110 | 1001110 | 110101 | 0 | 1000010 | 11011101 | 1000000 | 10101 |
Color Harmonies of #132856
Complementary color
Monochromatic Colors of #132856
Black with #132856
Text Example
Text Example
White with #132856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132856; }
p { color: rgb(19,40,86); }
H1.HeaderClassName
{
color: #132856;
}
.AnyTagClassName
{
color: #132856;
}
</style>
background-color css
<style>
a { background-color: #132856; }
a { background-color: rgb(19,40,86); }
div.DivClassName
{
background-color: #132856;
}
.BgClassName
{
background-color: #132856;
}
</style>
border-color css
<style>
span { border-color: #132856; }
span { border-color: rgb(19,40,86); }
td.TdClassName
{
border-color: #132856;
}
.TagClassName
{
border-color: #132856;
}
</style>