Shades of Sapphire #132855
Tints of Sapphire #132855
RGB
CMYK
RGB Variations
Color information
#132855 (or 0x132855) is known color: Sapphire. HEX triplet: 13, 28 and 55. RGB value is (19,40,85). Sum of RGB (Red+Green+Blue) = 19+40+85=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 85 (33.59% from 255 or 59.03% from 144); Max value from RGB is 85 - color contains mainly: blue. Hex color #132855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132855 is #ECD7AA. Grayscale: #262626. Windows color (decimal): -15521707 or 5580819. OLE color: 5580819.
HSL color Cylindrical-coordinate representation of color #132855: hue angle of 220.91º 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 #132855 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 40 | 85 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.67 |
| HSL | 220.91º | 0.63% | 0.2% | - |
| HSV(B) | 220.91º | 0.78% | 0.33% | - |
| XYZ | 2.67 | 2.31 | 8.9 | - |
| YUV | 38.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 85 | 0.78 | 0.53 | 0 | 0.67 | 220.91 | 0.63 | 0.2 |
| Hex | 13 | 28 | 55 | 4E | 35 | 0 | 43 | DD | 3F | 14 |
| Octal | 23 | 50 | 125 | 116 | 65 | 0 | 103 | 335 | 77 | 24 |
| Binary | 10011 | 101000 | 1010101 | 1001110 | 110101 | 0 | 1000011 | 11011101 | 111111 | 10100 |
Color Harmonies of #132855
Complementary color
Monochromatic Colors of #132855
Black with #132855
Text Example
Text Example
White with #132855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132855; }
p { color: rgb(19,40,85); }
H1.HeaderClassName
{
color: #132855;
}
.AnyTagClassName
{
color: #132855;
}
</style>
background-color css
<style>
a { background-color: #132855; }
a { background-color: rgb(19,40,85); }
div.DivClassName
{
background-color: #132855;
}
.BgClassName
{
background-color: #132855;
}
</style>
border-color css
<style>
span { border-color: #132855; }
span { border-color: rgb(19,40,85); }
td.TdClassName
{
border-color: #132855;
}
.TagClassName
{
border-color: #132855;
}
</style>