Shades of Sapphire #133171
Tints of Sapphire #133171
RGB
CMYK
RGB Variations
Color information
#133171 (or 0x133171) is known color: Sapphire. HEX triplet: 13, 31 and 71. RGB value is (19,49,113). Sum of RGB (Red+Green+Blue) = 19+49+113=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #133171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133171 is #ECCE8E. Grayscale: #2F2F2F. Windows color (decimal): -15519375 or 7418131. OLE color: 7418131.
HSL color Cylindrical-coordinate representation of color #133171: hue angle of 220.85º 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 #133171 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 49 | 113 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.56 |
| HSL | 220.85º | 0.71% | 0.26% | - |
| HSV(B) | 220.85º | 0.83% | 0.44% | - |
| XYZ | 4.35 | 3.53 | 16.07 | - |
| YUV | 47.33 | 165.06 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 113 | 0.83 | 0.57 | 0 | 0.56 | 220.85 | 0.71 | 0.26 |
| Hex | 13 | 31 | 71 | 53 | 39 | 0 | 38 | DD | 47 | 1A |
| Octal | 23 | 61 | 161 | 123 | 71 | 0 | 70 | 335 | 107 | 32 |
| Binary | 10011 | 110001 | 1110001 | 1010011 | 111001 | 0 | 111000 | 11011101 | 1000111 | 11010 |
Color Harmonies of #133171
Complementary color
Monochromatic Colors of #133171
Black with #133171
Text Example
Text Example
White with #133171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133171; }
p { color: rgb(19,49,113); }
H1.HeaderClassName
{
color: #133171;
}
.AnyTagClassName
{
color: #133171;
}
</style>
background-color css
<style>
a { background-color: #133171; }
a { background-color: rgb(19,49,113); }
div.DivClassName
{
background-color: #133171;
}
.BgClassName
{
background-color: #133171;
}
</style>
border-color css
<style>
span { border-color: #133171; }
span { border-color: rgb(19,49,113); }
td.TdClassName
{
border-color: #133171;
}
.TagClassName
{
border-color: #133171;
}
</style>