Shades of Sapphire #132551
Tints of Sapphire #132551
RGB
CMYK
RGB Variations
Color information
#132551 (or 0x132551) is known color: Sapphire. HEX triplet: 13, 25 and 51. RGB value is (19,37,81). Sum of RGB (Red+Green+Blue) = 19+37+81=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #132551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132551 is #ECDAAE. Grayscale: #242424. Windows color (decimal): -15522479 or 5317907. OLE color: 5317907.
HSL color Cylindrical-coordinate representation of color #132551: hue angle of 222.58º 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 #132551 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 37 | 81 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.68 |
| HSL | 222.58º | 0.62% | 0.2% | - |
| HSV(B) | 222.58º | 0.77% | 0.32% | - |
| XYZ | 2.42 | 2.06 | 8.05 | - |
| YUV | 36.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 81 | 0.77 | 0.54 | 0 | 0.68 | 222.58 | 0.62 | 0.2 |
| Hex | 13 | 25 | 51 | 4D | 36 | 0 | 44 | DF | 3E | 14 |
| Octal | 23 | 45 | 121 | 115 | 66 | 0 | 104 | 337 | 76 | 24 |
| Binary | 10011 | 100101 | 1010001 | 1001101 | 110110 | 0 | 1000100 | 11011111 | 111110 | 10100 |
Color Harmonies of #132551
Complementary color
Monochromatic Colors of #132551
Black with #132551
Text Example
Text Example
White with #132551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132551; }
p { color: rgb(19,37,81); }
H1.HeaderClassName
{
color: #132551;
}
.AnyTagClassName
{
color: #132551;
}
</style>
background-color css
<style>
a { background-color: #132551; }
a { background-color: rgb(19,37,81); }
div.DivClassName
{
background-color: #132551;
}
.BgClassName
{
background-color: #132551;
}
</style>
border-color css
<style>
span { border-color: #132551; }
span { border-color: rgb(19,37,81); }
td.TdClassName
{
border-color: #132551;
}
.TagClassName
{
border-color: #132551;
}
</style>