Shades of Sapphire #132153
Tints of Sapphire #132153
RGB
CMYK
RGB Variations
Color information
#132153 (or 0x132153) is known color: Sapphire. HEX triplet: 13, 21 and 53. RGB value is (19,33,83). Sum of RGB (Red+Green+Blue) = 19+33+83=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #132153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132153 is #ECDEAC. Grayscale: #222222. Windows color (decimal): -15523501 or 5447955. OLE color: 5447955.
HSL color Cylindrical-coordinate representation of color #132153: hue angle of 226.88º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132153 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 33 | 83 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.67 |
| HSL | 226.88º | 0.63% | 0.2% | - |
| HSV(B) | 226.88º | 0.77% | 0.33% | - |
| XYZ | 2.37 | 1.85 | 8.42 | - |
| YUV | 34.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 83 | 0.77 | 0.60 | 0 | 0.67 | 226.88 | 0.63 | 0.2 |
| Hex | 13 | 21 | 53 | 4D | 3C | 0 | 43 | E3 | 3F | 14 |
| Octal | 23 | 41 | 123 | 115 | 74 | 0 | 103 | 343 | 77 | 24 |
| Binary | 10011 | 100001 | 1010011 | 1001101 | 111100 | 0 | 1000011 | 11100011 | 111111 | 10100 |
Color Harmonies of #132153
Complementary color
Monochromatic Colors of #132153
Black with #132153
Text Example
Text Example
White with #132153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132153; }
p { color: rgb(19,33,83); }
H1.HeaderClassName
{
color: #132153;
}
.AnyTagClassName
{
color: #132153;
}
</style>
background-color css
<style>
a { background-color: #132153; }
a { background-color: rgb(19,33,83); }
div.DivClassName
{
background-color: #132153;
}
.BgClassName
{
background-color: #132153;
}
</style>
border-color css
<style>
span { border-color: #132153; }
span { border-color: rgb(19,33,83); }
td.TdClassName
{
border-color: #132153;
}
.TagClassName
{
border-color: #132153;
}
</style>