Shades of Sapphire #132D60
Tints of Sapphire #132D60
RGB
CMYK
RGB Variations
Color information
#132D60 (or 0x132D60) is known color: Sapphire. HEX triplet: 13, 2D and 60. RGB value is (19,45,96). Sum of RGB (Red+Green+Blue) = 19+45+96=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 96 (37.89% from 255 or 60% from 160); Max value from RGB is 96 - color contains mainly: blue. Hex color #132D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D60 is #ECD29F. Grayscale: #2A2A2A. Windows color (decimal): -15520416 or 6302995. OLE color: 6302995.
HSL color Cylindrical-coordinate representation of color #132D60: hue angle of 219.74º 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 #132D60 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 45 | 96 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.62 |
| HSL | 219.74º | 0.67% | 0.23% | - |
| HSV(B) | 219.74º | 0.8% | 0.38% | - |
| XYZ | 3.32 | 2.86 | 11.44 | - |
| YUV | 43.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 96 | 0.80 | 0.53 | 0 | 0.62 | 219.74 | 0.67 | 0.23 |
| Hex | 13 | 2D | 60 | 50 | 35 | 0 | 3E | DC | 43 | 17 |
| Octal | 23 | 55 | 140 | 120 | 65 | 0 | 76 | 334 | 103 | 27 |
| Binary | 10011 | 101101 | 1100000 | 1010000 | 110101 | 0 | 111110 | 11011100 | 1000011 | 10111 |
Color Harmonies of #132D60
Complementary color
Monochromatic Colors of #132D60
Black with #132D60
Text Example
Text Example
White with #132D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D60; }
p { color: rgb(19,45,96); }
H1.HeaderClassName
{
color: #132D60;
}
.AnyTagClassName
{
color: #132D60;
}
</style>
background-color css
<style>
a { background-color: #132D60; }
a { background-color: rgb(19,45,96); }
div.DivClassName
{
background-color: #132D60;
}
.BgClassName
{
background-color: #132D60;
}
</style>
border-color css
<style>
span { border-color: #132D60; }
span { border-color: rgb(19,45,96); }
td.TdClassName
{
border-color: #132D60;
}
.TagClassName
{
border-color: #132D60;
}
</style>