Shades of Sapphire #132553
Tints of Sapphire #132553
RGB
CMYK
RGB Variations
Color information
#132553 (or 0x132553) is known color: Sapphire. HEX triplet: 13, 25 and 53. RGB value is (19,37,83). Sum of RGB (Red+Green+Blue) = 19+37+83=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #132553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132553 is #ECDAAC. Grayscale: #242424. Windows color (decimal): -15522477 or 5448979. OLE color: 5448979.
HSL color Cylindrical-coordinate representation of color #132553: hue angle of 223.12º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132553 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 37 | 83 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.67 |
| HSL | 223.13º | 0.63% | 0.2% | - |
| HSV(B) | 223.13º | 0.77% | 0.33% | - |
| XYZ | 2.49 | 2.09 | 8.45 | - |
| YUV | 36.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 83 | 0.77 | 0.55 | 0 | 0.67 | 223.13 | 0.63 | 0.2 |
| Hex | 13 | 25 | 53 | 4D | 37 | 0 | 43 | DF | 3F | 14 |
| Octal | 23 | 45 | 123 | 115 | 67 | 0 | 103 | 337 | 77 | 24 |
| Binary | 10011 | 100101 | 1010011 | 1001101 | 110111 | 0 | 1000011 | 11011111 | 111111 | 10100 |
Color Harmonies of #132553
Complementary color
Monochromatic Colors of #132553
Black with #132553
Text Example
Text Example
White with #132553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132553; }
p { color: rgb(19,37,83); }
H1.HeaderClassName
{
color: #132553;
}
.AnyTagClassName
{
color: #132553;
}
</style>
background-color css
<style>
a { background-color: #132553; }
a { background-color: rgb(19,37,83); }
div.DivClassName
{
background-color: #132553;
}
.BgClassName
{
background-color: #132553;
}
</style>
border-color css
<style>
span { border-color: #132553; }
span { border-color: rgb(19,37,83); }
td.TdClassName
{
border-color: #132553;
}
.TagClassName
{
border-color: #132553;
}
</style>