Shades of Sapphire #132D55
Tints of Sapphire #132D55
RGB
CMYK
RGB Variations
Color information
#132D55 (or 0x132D55) is known color: Sapphire. HEX triplet: 13, 2D and 55. RGB value is (19,45,85). Sum of RGB (Red+Green+Blue) = 19+45+85=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #132D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132D55 is #ECD2AA. Grayscale: #292929. Windows color (decimal): -15520427 or 5582099. OLE color: 5582099.
HSL color Cylindrical-coordinate representation of color #132D55: hue angle of 216.36º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132D55 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 45 | 85 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.67 |
| HSL | 216.36º | 0.63% | 0.2% | - |
| HSV(B) | 216.36º | 0.78% | 0.33% | - |
| XYZ | 2.85 | 2.67 | 8.96 | - |
| YUV | 41.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 85 | 0.78 | 0.47 | 0 | 0.67 | 216.36 | 0.63 | 0.2 |
| Hex | 13 | 2D | 55 | 4E | 2F | 0 | 43 | D8 | 3F | 14 |
| Octal | 23 | 55 | 125 | 116 | 57 | 0 | 103 | 330 | 77 | 24 |
| Binary | 10011 | 101101 | 1010101 | 1001110 | 101111 | 0 | 1000011 | 11011000 | 111111 | 10100 |
Color Harmonies of #132D55
Complementary color
Monochromatic Colors of #132D55
Black with #132D55
Text Example
Text Example
White with #132D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132D55; }
p { color: rgb(19,45,85); }
H1.HeaderClassName
{
color: #132D55;
}
.AnyTagClassName
{
color: #132D55;
}
</style>
background-color css
<style>
a { background-color: #132D55; }
a { background-color: rgb(19,45,85); }
div.DivClassName
{
background-color: #132D55;
}
.BgClassName
{
background-color: #132D55;
}
</style>
border-color css
<style>
span { border-color: #132D55; }
span { border-color: rgb(19,45,85); }
td.TdClassName
{
border-color: #132D55;
}
.TagClassName
{
border-color: #132D55;
}
</style>