Shades of Sapphire #132D71
Tints of Sapphire #132D71
RGB
CMYK
RGB Variations
Color information
#132D71 (or 0x132D71) is known color: Sapphire. HEX triplet: 13, 2D and 71. RGB value is (19,45,113). Sum of RGB (Red+Green+Blue) = 19+45+113=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #132D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D71 is #ECD28E. Grayscale: #2C2C2C. Windows color (decimal): -15520399 or 7417107. OLE color: 7417107.
HSL color Cylindrical-coordinate representation of color #132D71: hue angle of 223.4º 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 #132D71 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 45 | 113 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.56 |
| HSL | 223.4º | 0.71% | 0.26% | - |
| HSV(B) | 223.4º | 0.83% | 0.44% | - |
| XYZ | 4.19 | 3.21 | 16.02 | - |
| YUV | 44.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 113 | 0.83 | 0.60 | 0 | 0.56 | 223.4 | 0.71 | 0.26 |
| Hex | 13 | 2D | 71 | 53 | 3C | 0 | 38 | DF | 47 | 1A |
| Octal | 23 | 55 | 161 | 123 | 74 | 0 | 70 | 337 | 107 | 32 |
| Binary | 10011 | 101101 | 1110001 | 1010011 | 111100 | 0 | 111000 | 11011111 | 1000111 | 11010 |
Color Harmonies of #132D71
Complementary color
Monochromatic Colors of #132D71
Black with #132D71
Text Example
Text Example
White with #132D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D71; }
p { color: rgb(19,45,113); }
H1.HeaderClassName
{
color: #132D71;
}
.AnyTagClassName
{
color: #132D71;
}
</style>
background-color css
<style>
a { background-color: #132D71; }
a { background-color: rgb(19,45,113); }
div.DivClassName
{
background-color: #132D71;
}
.BgClassName
{
background-color: #132D71;
}
</style>
border-color css
<style>
span { border-color: #132D71; }
span { border-color: rgb(19,45,113); }
td.TdClassName
{
border-color: #132D71;
}
.TagClassName
{
border-color: #132D71;
}
</style>