Shades of Sapphire #132552
Tints of Sapphire #132552
RGB
CMYK
RGB Variations
Color information
#132552 (or 0x132552) is known color: Sapphire. HEX triplet: 13, 25 and 52. RGB value is (19,37,82). Sum of RGB (Red+Green+Blue) = 19+37+82=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #132552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132552 is #ECDAAD. Grayscale: #242424. Windows color (decimal): -15522478 or 5383443. OLE color: 5383443.
HSL color Cylindrical-coordinate representation of color #132552: hue angle of 222.86º 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 #132552 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 37 | 82 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.68 |
| HSL | 222.86º | 0.62% | 0.2% | - |
| HSV(B) | 222.86º | 0.77% | 0.32% | - |
| XYZ | 2.45 | 2.07 | 8.25 | - |
| YUV | 36.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 82 | 0.77 | 0.55 | 0 | 0.68 | 222.86 | 0.62 | 0.2 |
| Hex | 13 | 25 | 52 | 4D | 37 | 0 | 44 | DF | 3E | 14 |
| Octal | 23 | 45 | 122 | 115 | 67 | 0 | 104 | 337 | 76 | 24 |
| Binary | 10011 | 100101 | 1010010 | 1001101 | 110111 | 0 | 1000100 | 11011111 | 111110 | 10100 |
Color Harmonies of #132552
Complementary color
Monochromatic Colors of #132552
Black with #132552
Text Example
Text Example
White with #132552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132552; }
p { color: rgb(19,37,82); }
H1.HeaderClassName
{
color: #132552;
}
.AnyTagClassName
{
color: #132552;
}
</style>
background-color css
<style>
a { background-color: #132552; }
a { background-color: rgb(19,37,82); }
div.DivClassName
{
background-color: #132552;
}
.BgClassName
{
background-color: #132552;
}
</style>
border-color css
<style>
span { border-color: #132552; }
span { border-color: rgb(19,37,82); }
td.TdClassName
{
border-color: #132552;
}
.TagClassName
{
border-color: #132552;
}
</style>