Shades of Sapphire #132750
Tints of Sapphire #132750
RGB
CMYK
RGB Variations
Color information
#132750 (or 0x132750) is known color: Sapphire. HEX triplet: 13, 27 and 50. RGB value is (19,39,80). Sum of RGB (Red+Green+Blue) = 19+39+80=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #132750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132750 is #ECD8AF. Grayscale: #252525. Windows color (decimal): -15521968 or 5252883. OLE color: 5252883.
HSL color Cylindrical-coordinate representation of color #132750: hue angle of 220.33º 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 #132750 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 39 | 80 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.69 |
| HSL | 220.33º | 0.62% | 0.19% | - |
| HSV(B) | 220.33º | 0.76% | 0.31% | - |
| XYZ | 2.44 | 2.17 | 7.88 | - |
| YUV | 37.69 | 151.87 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 80 | 0.76 | 0.51 | 0 | 0.69 | 220.33 | 0.62 | 0.19 |
| Hex | 13 | 27 | 50 | 4C | 33 | 0 | 45 | DC | 3E | 13 |
| Octal | 23 | 47 | 120 | 114 | 63 | 0 | 105 | 334 | 76 | 23 |
| Binary | 10011 | 100111 | 1010000 | 1001100 | 110011 | 0 | 1000101 | 11011100 | 111110 | 10011 |
Color Harmonies of #132750
Complementary color
Monochromatic Colors of #132750
Black with #132750
Text Example
Text Example
White with #132750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132750; }
p { color: rgb(19,39,80); }
H1.HeaderClassName
{
color: #132750;
}
.AnyTagClassName
{
color: #132750;
}
</style>
background-color css
<style>
a { background-color: #132750; }
a { background-color: rgb(19,39,80); }
div.DivClassName
{
background-color: #132750;
}
.BgClassName
{
background-color: #132750;
}
</style>
border-color css
<style>
span { border-color: #132750; }
span { border-color: rgb(19,39,80); }
td.TdClassName
{
border-color: #132750;
}
.TagClassName
{
border-color: #132750;
}
</style>