Shades of Sapphire #133172
Tints of Sapphire #133172
RGB
CMYK
RGB Variations
Color information
#133172 (or 0x133172) is known color: Sapphire. HEX triplet: 13, 31 and 72. RGB value is (19,49,114). Sum of RGB (Red+Green+Blue) = 19+49+114=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #133172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133172 is #ECCE8D. Grayscale: #2F2F2F. Windows color (decimal): -15519374 or 7483667. OLE color: 7483667.
HSL color Cylindrical-coordinate representation of color #133172: hue angle of 221.05º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133172 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 49 | 114 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.55 |
| HSL | 221.05º | 0.71% | 0.26% | - |
| HSV(B) | 221.05º | 0.83% | 0.45% | - |
| XYZ | 4.4 | 3.55 | 16.37 | - |
| YUV | 47.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 114 | 0.83 | 0.57 | 0 | 0.55 | 221.05 | 0.71 | 0.26 |
| Hex | 13 | 31 | 72 | 53 | 39 | 0 | 37 | DD | 47 | 1A |
| Octal | 23 | 61 | 162 | 123 | 71 | 0 | 67 | 335 | 107 | 32 |
| Binary | 10011 | 110001 | 1110010 | 1010011 | 111001 | 0 | 110111 | 11011101 | 1000111 | 11010 |
Color Harmonies of #133172
Complementary color
Monochromatic Colors of #133172
Black with #133172
Text Example
Text Example
White with #133172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133172; }
p { color: rgb(19,49,114); }
H1.HeaderClassName
{
color: #133172;
}
.AnyTagClassName
{
color: #133172;
}
</style>
background-color css
<style>
a { background-color: #133172; }
a { background-color: rgb(19,49,114); }
div.DivClassName
{
background-color: #133172;
}
.BgClassName
{
background-color: #133172;
}
</style>
border-color css
<style>
span { border-color: #133172; }
span { border-color: rgb(19,49,114); }
td.TdClassName
{
border-color: #133172;
}
.TagClassName
{
border-color: #133172;
}
</style>