Shades of Sapphire #132F71
Tints of Sapphire #132F71
RGB
CMYK
RGB Variations
Color information
#132F71 (or 0x132F71) is known color: Sapphire. HEX triplet: 13, 2F and 71. RGB value is (19,47,113). Sum of RGB (Red+Green+Blue) = 19+47+113=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #132F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F71 is #ECD08E. Grayscale: #2D2D2D. Windows color (decimal): -15519887 or 7417619. OLE color: 7417619.
HSL color Cylindrical-coordinate representation of color #132F71: hue angle of 222.13º 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 #132F71 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 47 | 113 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.56 |
| HSL | 222.13º | 0.71% | 0.26% | - |
| HSV(B) | 222.13º | 0.83% | 0.44% | - |
| XYZ | 4.27 | 3.36 | 16.05 | - |
| YUV | 46.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 113 | 0.83 | 0.58 | 0 | 0.56 | 222.13 | 0.71 | 0.26 |
| Hex | 13 | 2F | 71 | 53 | 3A | 0 | 38 | DE | 47 | 1A |
| Octal | 23 | 57 | 161 | 123 | 72 | 0 | 70 | 336 | 107 | 32 |
| Binary | 10011 | 101111 | 1110001 | 1010011 | 111010 | 0 | 111000 | 11011110 | 1000111 | 11010 |
Color Harmonies of #132F71
Complementary color
Monochromatic Colors of #132F71
Black with #132F71
Text Example
Text Example
White with #132F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F71; }
p { color: rgb(19,47,113); }
H1.HeaderClassName
{
color: #132F71;
}
.AnyTagClassName
{
color: #132F71;
}
</style>
background-color css
<style>
a { background-color: #132F71; }
a { background-color: rgb(19,47,113); }
div.DivClassName
{
background-color: #132F71;
}
.BgClassName
{
background-color: #132F71;
}
</style>
border-color css
<style>
span { border-color: #132F71; }
span { border-color: rgb(19,47,113); }
td.TdClassName
{
border-color: #132F71;
}
.TagClassName
{
border-color: #132F71;
}
</style>