Shades of Sapphire #132752
Tints of Sapphire #132752
RGB
CMYK
RGB Variations
Color information
#132752 (or 0x132752) is known color: Sapphire. HEX triplet: 13, 27 and 52. RGB value is (19,39,82). Sum of RGB (Red+Green+Blue) = 19+39+82=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #132752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132752 is #ECD8AD. Grayscale: #252525. Windows color (decimal): -15521966 or 5383955. OLE color: 5383955.
HSL color Cylindrical-coordinate representation of color #132752: hue angle of 220.95º 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 #132752 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 39 | 82 | - |
| CMYK | 0.77 | 0.52 | 0 | 0.68 |
| HSL | 220.95º | 0.62% | 0.2% | - |
| HSV(B) | 220.95º | 0.77% | 0.32% | - |
| XYZ | 2.52 | 2.2 | 8.27 | - |
| YUV | 37.92 | 152.87 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 82 | 0.77 | 0.52 | 0 | 0.68 | 220.95 | 0.62 | 0.2 |
| Hex | 13 | 27 | 52 | 4D | 34 | 0 | 44 | DD | 3E | 14 |
| Octal | 23 | 47 | 122 | 115 | 64 | 0 | 104 | 335 | 76 | 24 |
| Binary | 10011 | 100111 | 1010010 | 1001101 | 110100 | 0 | 1000100 | 11011101 | 111110 | 10100 |
Color Harmonies of #132752
Complementary color
Monochromatic Colors of #132752
Black with #132752
Text Example
Text Example
White with #132752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132752; }
p { color: rgb(19,39,82); }
H1.HeaderClassName
{
color: #132752;
}
.AnyTagClassName
{
color: #132752;
}
</style>
background-color css
<style>
a { background-color: #132752; }
a { background-color: rgb(19,39,82); }
div.DivClassName
{
background-color: #132752;
}
.BgClassName
{
background-color: #132752;
}
</style>
border-color css
<style>
span { border-color: #132752; }
span { border-color: rgb(19,39,82); }
td.TdClassName
{
border-color: #132752;
}
.TagClassName
{
border-color: #132752;
}
</style>