Shades of Sapphire #132963
Tints of Sapphire #132963
RGB
CMYK
RGB Variations
Color information
#132963 (or 0x132963) is known color: Sapphire. HEX triplet: 13, 29 and 63. RGB value is (19,41,99). Sum of RGB (Red+Green+Blue) = 19+41+99=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #132963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132963 is #ECD69C. Grayscale: #282828. Windows color (decimal): -15521437 or 6498579. OLE color: 6498579.
HSL color Cylindrical-coordinate representation of color #132963: hue angle of 223.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132963 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 41 | 99 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.61 |
| HSL | 223.5º | 0.68% | 0.23% | - |
| HSV(B) | 223.5º | 0.81% | 0.39% | - |
| XYZ | 3.31 | 2.63 | 12.14 | - |
| YUV | 41.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 99 | 0.81 | 0.59 | 0 | 0.61 | 223.5 | 0.68 | 0.23 |
| Hex | 13 | 29 | 63 | 51 | 3B | 0 | 3D | E0 | 44 | 17 |
| Octal | 23 | 51 | 143 | 121 | 73 | 0 | 75 | 340 | 104 | 27 |
| Binary | 10011 | 101001 | 1100011 | 1010001 | 111011 | 0 | 111101 | 11100000 | 1000100 | 10111 |
Color Harmonies of #132963
Complementary color
Monochromatic Colors of #132963
Black with #132963
Text Example
Text Example
White with #132963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132963; }
p { color: rgb(19,41,99); }
H1.HeaderClassName
{
color: #132963;
}
.AnyTagClassName
{
color: #132963;
}
</style>
background-color css
<style>
a { background-color: #132963; }
a { background-color: rgb(19,41,99); }
div.DivClassName
{
background-color: #132963;
}
.BgClassName
{
background-color: #132963;
}
</style>
border-color css
<style>
span { border-color: #132963; }
span { border-color: rgb(19,41,99); }
td.TdClassName
{
border-color: #132963;
}
.TagClassName
{
border-color: #132963;
}
</style>