Shades of Sapphire #132857
Tints of Sapphire #132857
RGB
CMYK
RGB Variations
Color information
#132857 (or 0x132857) is known color: Sapphire. HEX triplet: 13, 28 and 57. RGB value is (19,40,87). Sum of RGB (Red+Green+Blue) = 19+40+87=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 87 (34.38% from 255 or 59.59% from 146); Max value from RGB is 87 - color contains mainly: blue. Hex color #132857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132857 is #ECD7A8. Grayscale: #262626. Windows color (decimal): -15521705 or 5711891. OLE color: 5711891.
HSL color Cylindrical-coordinate representation of color #132857: hue angle of 221.47º 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 #132857 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 40 | 87 | - |
| CMYK | 0.78 | 0.54 | 0 | 0.66 |
| HSL | 221.47º | 0.64% | 0.21% | - |
| HSV(B) | 221.47º | 0.78% | 0.34% | - |
| XYZ | 2.75 | 2.34 | 9.32 | - |
| YUV | 39.08 | 155.04 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 87 | 0.78 | 0.54 | 0 | 0.66 | 221.47 | 0.64 | 0.21 |
| Hex | 13 | 28 | 57 | 4E | 36 | 0 | 42 | DD | 40 | 15 |
| Octal | 23 | 50 | 127 | 116 | 66 | 0 | 102 | 335 | 100 | 25 |
| Binary | 10011 | 101000 | 1010111 | 1001110 | 110110 | 0 | 1000010 | 11011101 | 1000000 | 10101 |
Color Harmonies of #132857
Complementary color
Monochromatic Colors of #132857
Black with #132857
Text Example
Text Example
White with #132857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132857; }
p { color: rgb(19,40,87); }
H1.HeaderClassName
{
color: #132857;
}
.AnyTagClassName
{
color: #132857;
}
</style>
background-color css
<style>
a { background-color: #132857; }
a { background-color: rgb(19,40,87); }
div.DivClassName
{
background-color: #132857;
}
.BgClassName
{
background-color: #132857;
}
</style>
border-color css
<style>
span { border-color: #132857; }
span { border-color: rgb(19,40,87); }
td.TdClassName
{
border-color: #132857;
}
.TagClassName
{
border-color: #132857;
}
</style>