Shades of Sapphire #132950
Tints of Sapphire #132950
RGB
CMYK
RGB Variations
Color information
#132950 (or 0x132950) is known color: Sapphire. HEX triplet: 13, 29 and 50. RGB value is (19,41,80). Sum of RGB (Red+Green+Blue) = 19+41+80=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #132950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132950 is #ECD6AF. Grayscale: #262626. Windows color (decimal): -15521456 or 5253395. OLE color: 5253395.
HSL color Cylindrical-coordinate representation of color #132950: hue angle of 218.36º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132950 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 41 | 80 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.69 |
| HSL | 218.36º | 0.62% | 0.19% | - |
| HSV(B) | 218.36º | 0.76% | 0.31% | - |
| XYZ | 2.51 | 2.3 | 7.9 | - |
| YUV | 38.87 | 151.21 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 80 | 0.76 | 0.49 | 0 | 0.69 | 218.36 | 0.62 | 0.19 |
| Hex | 13 | 29 | 50 | 4C | 31 | 0 | 45 | DA | 3E | 13 |
| Octal | 23 | 51 | 120 | 114 | 61 | 0 | 105 | 332 | 76 | 23 |
| Binary | 10011 | 101001 | 1010000 | 1001100 | 110001 | 0 | 1000101 | 11011010 | 111110 | 10011 |
Color Harmonies of #132950
Complementary color
Monochromatic Colors of #132950
Black with #132950
Text Example
Text Example
White with #132950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132950; }
p { color: rgb(19,41,80); }
H1.HeaderClassName
{
color: #132950;
}
.AnyTagClassName
{
color: #132950;
}
</style>
background-color css
<style>
a { background-color: #132950; }
a { background-color: rgb(19,41,80); }
div.DivClassName
{
background-color: #132950;
}
.BgClassName
{
background-color: #132950;
}
</style>
border-color css
<style>
span { border-color: #132950; }
span { border-color: rgb(19,41,80); }
td.TdClassName
{
border-color: #132950;
}
.TagClassName
{
border-color: #132950;
}
</style>