Shades of Sapphire #132E57
Tints of Sapphire #132E57
RGB
CMYK
RGB Variations
Color information
#132E57 (or 0x132E57) is known color: Sapphire. HEX triplet: 13, 2E and 57. RGB value is (19,46,87). Sum of RGB (Red+Green+Blue) = 19+46+87=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #132E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E57 is #ECD1A8. Grayscale: #2A2A2A. Windows color (decimal): -15520169 or 5713427. OLE color: 5713427.
HSL color Cylindrical-coordinate representation of color #132E57: hue angle of 216.18º 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 #132E57 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 46 | 87 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.66 |
| HSL | 216.18º | 0.64% | 0.21% | - |
| HSV(B) | 216.18º | 0.78% | 0.34% | - |
| XYZ | 2.97 | 2.78 | 9.4 | - |
| YUV | 42.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 87 | 0.78 | 0.47 | 0 | 0.66 | 216.18 | 0.64 | 0.21 |
| Hex | 13 | 2E | 57 | 4E | 2F | 0 | 42 | D8 | 40 | 15 |
| Octal | 23 | 56 | 127 | 116 | 57 | 0 | 102 | 330 | 100 | 25 |
| Binary | 10011 | 101110 | 1010111 | 1001110 | 101111 | 0 | 1000010 | 11011000 | 1000000 | 10101 |
Color Harmonies of #132E57
Complementary color
Monochromatic Colors of #132E57
Black with #132E57
Text Example
Text Example
White with #132E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E57; }
p { color: rgb(19,46,87); }
H1.HeaderClassName
{
color: #132E57;
}
.AnyTagClassName
{
color: #132E57;
}
</style>
background-color css
<style>
a { background-color: #132E57; }
a { background-color: rgb(19,46,87); }
div.DivClassName
{
background-color: #132E57;
}
.BgClassName
{
background-color: #132E57;
}
</style>
border-color css
<style>
span { border-color: #132E57; }
span { border-color: rgb(19,46,87); }
td.TdClassName
{
border-color: #132E57;
}
.TagClassName
{
border-color: #132E57;
}
</style>