Shades of Sapphire #132560
Tints of Sapphire #132560
RGB
CMYK
RGB Variations
Color information
#132560 (or 0x132560) is known color: Sapphire. HEX triplet: 13, 25 and 60. RGB value is (19,37,96). Sum of RGB (Red+Green+Blue) = 19+37+96=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #132560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132560 is #ECDA9F. Grayscale: #262626. Windows color (decimal): -15522464 or 6300947. OLE color: 6300947.
HSL color Cylindrical-coordinate representation of color #132560: hue angle of 225.97º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132560 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 37 | 96 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.62 |
| HSL | 225.97º | 0.67% | 0.23% | - |
| HSV(B) | 225.97º | 0.8% | 0.38% | - |
| XYZ | 3.04 | 2.31 | 11.35 | - |
| YUV | 38.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 96 | 0.80 | 0.61 | 0 | 0.62 | 225.97 | 0.67 | 0.23 |
| Hex | 13 | 25 | 60 | 50 | 3D | 0 | 3E | E2 | 43 | 17 |
| Octal | 23 | 45 | 140 | 120 | 75 | 0 | 76 | 342 | 103 | 27 |
| Binary | 10011 | 100101 | 1100000 | 1010000 | 111101 | 0 | 111110 | 11100010 | 1000011 | 10111 |
Color Harmonies of #132560
Complementary color
Monochromatic Colors of #132560
Black with #132560
Text Example
Text Example
White with #132560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132560; }
p { color: rgb(19,37,96); }
H1.HeaderClassName
{
color: #132560;
}
.AnyTagClassName
{
color: #132560;
}
</style>
background-color css
<style>
a { background-color: #132560; }
a { background-color: rgb(19,37,96); }
div.DivClassName
{
background-color: #132560;
}
.BgClassName
{
background-color: #132560;
}
</style>
border-color css
<style>
span { border-color: #132560; }
span { border-color: rgb(19,37,96); }
td.TdClassName
{
border-color: #132560;
}
.TagClassName
{
border-color: #132560;
}
</style>