Shades of Sapphire #132D5C
Tints of Sapphire #132D5C
RGB
CMYK
RGB Variations
Color information
#132D5C (or 0x132D5C) is known color: Sapphire. HEX triplet: 13, 2D and 5C. RGB value is (19,45,92). Sum of RGB (Red+Green+Blue) = 19+45+92=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #132D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D5C is #ECD2A3. Grayscale: #2A2A2A. Windows color (decimal): -15520420 or 6040851. OLE color: 6040851.
HSL color Cylindrical-coordinate representation of color #132D5C: hue angle of 218.63º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132D5C is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 45 | 92 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.64 |
| HSL | 218.63º | 0.66% | 0.22% | - |
| HSV(B) | 218.63º | 0.79% | 0.36% | - |
| XYZ | 3.14 | 2.79 | 10.5 | - |
| YUV | 42.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 92 | 0.79 | 0.51 | 0 | 0.64 | 218.63 | 0.66 | 0.22 |
| Hex | 13 | 2D | 5C | 4F | 33 | 0 | 40 | DB | 42 | 16 |
| Octal | 23 | 55 | 134 | 117 | 63 | 0 | 100 | 333 | 102 | 26 |
| Binary | 10011 | 101101 | 1011100 | 1001111 | 110011 | 0 | 1000000 | 11011011 | 1000010 | 10110 |
Color Harmonies of #132D5C
Complementary color
Monochromatic Colors of #132D5C
Black with #132D5C
Text Example
Text Example
White with #132D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D5C; }
p { color: rgb(19,45,92); }
H1.HeaderClassName
{
color: #132D5C;
}
.AnyTagClassName
{
color: #132D5C;
}
</style>
background-color css
<style>
a { background-color: #132D5C; }
a { background-color: rgb(19,45,92); }
div.DivClassName
{
background-color: #132D5C;
}
.BgClassName
{
background-color: #132D5C;
}
</style>
border-color css
<style>
span { border-color: #132D5C; }
span { border-color: rgb(19,45,92); }
td.TdClassName
{
border-color: #132D5C;
}
.TagClassName
{
border-color: #132D5C;
}
</style>