Shades of Sapphire #132557
Tints of Sapphire #132557
RGB
CMYK
RGB Variations
Color information
#132557 (or 0x132557) is known color: Sapphire. HEX triplet: 13, 25 and 57. RGB value is (19,37,87). Sum of RGB (Red+Green+Blue) = 19+37+87=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #132557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132557 is #ECDAA8. Grayscale: #252525. Windows color (decimal): -15522473 or 5711123. OLE color: 5711123.
HSL color Cylindrical-coordinate representation of color #132557: hue angle of 224.12º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132557 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 37 | 87 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.66 |
| HSL | 224.12º | 0.64% | 0.21% | - |
| HSV(B) | 224.12º | 0.78% | 0.34% | - |
| XYZ | 2.65 | 2.15 | 9.29 | - |
| YUV | 37.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 87 | 0.78 | 0.57 | 0 | 0.66 | 224.12 | 0.64 | 0.21 |
| Hex | 13 | 25 | 57 | 4E | 39 | 0 | 42 | E0 | 40 | 15 |
| Octal | 23 | 45 | 127 | 116 | 71 | 0 | 102 | 340 | 100 | 25 |
| Binary | 10011 | 100101 | 1010111 | 1001110 | 111001 | 0 | 1000010 | 11100000 | 1000000 | 10101 |
Color Harmonies of #132557
Complementary color
Monochromatic Colors of #132557
Black with #132557
Text Example
Text Example
White with #132557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132557; }
p { color: rgb(19,37,87); }
H1.HeaderClassName
{
color: #132557;
}
.AnyTagClassName
{
color: #132557;
}
</style>
background-color css
<style>
a { background-color: #132557; }
a { background-color: rgb(19,37,87); }
div.DivClassName
{
background-color: #132557;
}
.BgClassName
{
background-color: #132557;
}
</style>
border-color css
<style>
span { border-color: #132557; }
span { border-color: rgb(19,37,87); }
td.TdClassName
{
border-color: #132557;
}
.TagClassName
{
border-color: #132557;
}
</style>