Shades of Sapphire #132850
Tints of Sapphire #132850
RGB
CMYK
RGB Variations
Color information
#132850 (or 0x132850) is known color: Sapphire. HEX triplet: 13, 28 and 50. RGB value is (19,40,80). Sum of RGB (Red+Green+Blue) = 19+40+80=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #132850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132850 is #ECD7AF. Grayscale: #262626. Windows color (decimal): -15521712 or 5253139. OLE color: 5253139.
HSL color Cylindrical-coordinate representation of color #132850: hue angle of 219.34º 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 #132850 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 40 | 80 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.69 |
| HSL | 219.34º | 0.62% | 0.19% | - |
| HSV(B) | 219.34º | 0.76% | 0.31% | - |
| XYZ | 2.48 | 2.24 | 7.89 | - |
| YUV | 38.28 | 151.54 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 80 | 0.76 | 0.5 | 0 | 0.69 | 219.34 | 0.62 | 0.19 |
| Hex | 13 | 28 | 50 | 4C | 32 | 0 | 45 | DB | 3E | 13 |
| Octal | 23 | 50 | 120 | 114 | 62 | 0 | 105 | 333 | 76 | 23 |
| Binary | 10011 | 101000 | 1010000 | 1001100 | 110010 | 0 | 1000101 | 11011011 | 111110 | 10011 |
Color Harmonies of #132850
Complementary color
Monochromatic Colors of #132850
Black with #132850
Text Example
Text Example
White with #132850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132850; }
p { color: rgb(19,40,80); }
H1.HeaderClassName
{
color: #132850;
}
.AnyTagClassName
{
color: #132850;
}
</style>
background-color css
<style>
a { background-color: #132850; }
a { background-color: rgb(19,40,80); }
div.DivClassName
{
background-color: #132850;
}
.BgClassName
{
background-color: #132850;
}
</style>
border-color css
<style>
span { border-color: #132850; }
span { border-color: rgb(19,40,80); }
td.TdClassName
{
border-color: #132850;
}
.TagClassName
{
border-color: #132850;
}
</style>