Shades of Sapphire #132751
Tints of Sapphire #132751
RGB
CMYK
RGB Variations
Color information
#132751 (or 0x132751) is known color: Sapphire. HEX triplet: 13, 27 and 51. RGB value is (19,39,81). Sum of RGB (Red+Green+Blue) = 19+39+81=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #132751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132751 is #ECD8AE. Grayscale: #252525. Windows color (decimal): -15521967 or 5318419. OLE color: 5318419.
HSL color Cylindrical-coordinate representation of color #132751: hue angle of 220.65º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132751 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 39 | 81 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.68 |
| HSL | 220.65º | 0.62% | 0.2% | - |
| HSV(B) | 220.65º | 0.77% | 0.32% | - |
| XYZ | 2.48 | 2.18 | 8.08 | - |
| YUV | 37.81 | 152.37 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 81 | 0.77 | 0.52 | 0 | 0.68 | 220.65 | 0.62 | 0.2 |
| Hex | 13 | 27 | 51 | 4D | 34 | 0 | 44 | DD | 3E | 14 |
| Octal | 23 | 47 | 121 | 115 | 64 | 0 | 104 | 335 | 76 | 24 |
| Binary | 10011 | 100111 | 1010001 | 1001101 | 110100 | 0 | 1000100 | 11011101 | 111110 | 10100 |
Color Harmonies of #132751
Complementary color
Monochromatic Colors of #132751
Black with #132751
Text Example
Text Example
White with #132751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132751; }
p { color: rgb(19,39,81); }
H1.HeaderClassName
{
color: #132751;
}
.AnyTagClassName
{
color: #132751;
}
</style>
background-color css
<style>
a { background-color: #132751; }
a { background-color: rgb(19,39,81); }
div.DivClassName
{
background-color: #132751;
}
.BgClassName
{
background-color: #132751;
}
</style>
border-color css
<style>
span { border-color: #132751; }
span { border-color: rgb(19,39,81); }
td.TdClassName
{
border-color: #132751;
}
.TagClassName
{
border-color: #132751;
}
</style>