Shades of Sapphire #132D5D
Tints of Sapphire #132D5D
RGB
CMYK
RGB Variations
Color information
#132D5D (or 0x132D5D) is known color: Sapphire. HEX triplet: 13, 2D and 5D. RGB value is (19,45,93). Sum of RGB (Red+Green+Blue) = 19+45+93=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #132D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D5D is #ECD2A2. Grayscale: #2A2A2A. Windows color (decimal): -15520419 or 6106387. OLE color: 6106387.
HSL color Cylindrical-coordinate representation of color #132D5D: hue angle of 218.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132D5D is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 45 | 93 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.64 |
| HSL | 218.92º | 0.66% | 0.22% | - |
| HSV(B) | 218.92º | 0.8% | 0.36% | - |
| XYZ | 3.18 | 2.81 | 10.73 | - |
| YUV | 42.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 93 | 0.80 | 0.52 | 0 | 0.64 | 218.92 | 0.66 | 0.22 |
| Hex | 13 | 2D | 5D | 50 | 34 | 0 | 40 | DB | 42 | 16 |
| Octal | 23 | 55 | 135 | 120 | 64 | 0 | 100 | 333 | 102 | 26 |
| Binary | 10011 | 101101 | 1011101 | 1010000 | 110100 | 0 | 1000000 | 11011011 | 1000010 | 10110 |
Color Harmonies of #132D5D
Complementary color
Monochromatic Colors of #132D5D
Black with #132D5D
Text Example
Text Example
White with #132D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D5D; }
p { color: rgb(19,45,93); }
H1.HeaderClassName
{
color: #132D5D;
}
.AnyTagClassName
{
color: #132D5D;
}
</style>
background-color css
<style>
a { background-color: #132D5D; }
a { background-color: rgb(19,45,93); }
div.DivClassName
{
background-color: #132D5D;
}
.BgClassName
{
background-color: #132D5D;
}
</style>
border-color css
<style>
span { border-color: #132D5D; }
span { border-color: rgb(19,45,93); }
td.TdClassName
{
border-color: #132D5D;
}
.TagClassName
{
border-color: #132D5D;
}
</style>