Shades of Sapphire #132971
Tints of Sapphire #132971
RGB
CMYK
RGB Variations
Color information
#132971 (or 0x132971) is known color: Sapphire. HEX triplet: 13, 29 and 71. RGB value is (19,41,113). Sum of RGB (Red+Green+Blue) = 19+41+113=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #132971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132971 is #ECD68E. Grayscale: #2A2A2A. Windows color (decimal): -15521423 or 7416083. OLE color: 7416083.
HSL color Cylindrical-coordinate representation of color #132971: hue angle of 225.96º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132971 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 41 | 113 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.56 |
| HSL | 225.96º | 0.71% | 0.26% | - |
| HSV(B) | 225.96º | 0.83% | 0.44% | - |
| XYZ | 4.04 | 2.92 | 15.97 | - |
| YUV | 42.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 113 | 0.83 | 0.64 | 0 | 0.56 | 225.96 | 0.71 | 0.26 |
| Hex | 13 | 29 | 71 | 53 | 40 | 0 | 38 | E2 | 47 | 1A |
| Octal | 23 | 51 | 161 | 123 | 100 | 0 | 70 | 342 | 107 | 32 |
| Binary | 10011 | 101001 | 1110001 | 1010011 | 1000000 | 0 | 111000 | 11100010 | 1000111 | 11010 |
Color Harmonies of #132971
Complementary color
Monochromatic Colors of #132971
Black with #132971
Text Example
Text Example
White with #132971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132971; }
p { color: rgb(19,41,113); }
H1.HeaderClassName
{
color: #132971;
}
.AnyTagClassName
{
color: #132971;
}
</style>
background-color css
<style>
a { background-color: #132971; }
a { background-color: rgb(19,41,113); }
div.DivClassName
{
background-color: #132971;
}
.BgClassName
{
background-color: #132971;
}
</style>
border-color css
<style>
span { border-color: #132971; }
span { border-color: rgb(19,41,113); }
td.TdClassName
{
border-color: #132971;
}
.TagClassName
{
border-color: #132971;
}
</style>