Shades of Sapphire #132952
Tints of Sapphire #132952
RGB
CMYK
RGB Variations
Color information
#132952 (or 0x132952) is known color: Sapphire. HEX triplet: 13, 29 and 52. RGB value is (19,41,82). Sum of RGB (Red+Green+Blue) = 19+41+82=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #132952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132952 is #ECD6AD. Grayscale: #262626. Windows color (decimal): -15521454 or 5384467. OLE color: 5384467.
HSL color Cylindrical-coordinate representation of color #132952: hue angle of 219.05º 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 #132952 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 41 | 82 | - |
| CMYK | 0.77 | 0.50 | 0 | 0.68 |
| HSL | 219.05º | 0.62% | 0.2% | - |
| HSV(B) | 219.05º | 0.77% | 0.32% | - |
| XYZ | 2.58 | 2.33 | 8.3 | - |
| YUV | 39.1 | 152.21 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 82 | 0.77 | 0.50 | 0 | 0.68 | 219.05 | 0.62 | 0.2 |
| Hex | 13 | 29 | 52 | 4D | 32 | 0 | 44 | DB | 3E | 14 |
| Octal | 23 | 51 | 122 | 115 | 62 | 0 | 104 | 333 | 76 | 24 |
| Binary | 10011 | 101001 | 1010010 | 1001101 | 110010 | 0 | 1000100 | 11011011 | 111110 | 10100 |
Color Harmonies of #132952
Complementary color
Monochromatic Colors of #132952
Black with #132952
Text Example
Text Example
White with #132952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132952; }
p { color: rgb(19,41,82); }
H1.HeaderClassName
{
color: #132952;
}
.AnyTagClassName
{
color: #132952;
}
</style>
background-color css
<style>
a { background-color: #132952; }
a { background-color: rgb(19,41,82); }
div.DivClassName
{
background-color: #132952;
}
.BgClassName
{
background-color: #132952;
}
</style>
border-color css
<style>
span { border-color: #132952; }
span { border-color: rgb(19,41,82); }
td.TdClassName
{
border-color: #132952;
}
.TagClassName
{
border-color: #132952;
}
</style>