Shades of Sapphire #132359
Tints of Sapphire #132359
RGB
CMYK
RGB Variations
Color information
#132359 (or 0x132359) is known color: Sapphire. HEX triplet: 13, 23 and 59. RGB value is (19,35,89). Sum of RGB (Red+Green+Blue) = 19+35+89=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #132359 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132359 is #ECDCA6. Grayscale: #242424. Windows color (decimal): -15522983 or 5841683. OLE color: 5841683.
HSL color Cylindrical-coordinate representation of color #132359: hue angle of 226.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132359 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 35 | 89 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.65 |
| HSL | 226.29º | 0.65% | 0.21% | - |
| HSV(B) | 226.29º | 0.79% | 0.35% | - |
| XYZ | 2.67 | 2.06 | 9.71 | - |
| YUV | 36.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 89 | 0.79 | 0.61 | 0 | 0.65 | 226.29 | 0.65 | 0.21 |
| Hex | 13 | 23 | 59 | 4F | 3D | 0 | 41 | E2 | 41 | 15 |
| Octal | 23 | 43 | 131 | 117 | 75 | 0 | 101 | 342 | 101 | 25 |
| Binary | 10011 | 100011 | 1011001 | 1001111 | 111101 | 0 | 1000001 | 11100010 | 1000001 | 10101 |
Color Harmonies of #132359
Complementary color
Monochromatic Colors of #132359
Black with #132359
Text Example
Text Example
White with #132359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132359; }
p { color: rgb(19,35,89); }
H1.HeaderClassName
{
color: #132359;
}
.AnyTagClassName
{
color: #132359;
}
</style>
background-color css
<style>
a { background-color: #132359; }
a { background-color: rgb(19,35,89); }
div.DivClassName
{
background-color: #132359;
}
.BgClassName
{
background-color: #132359;
}
</style>
border-color css
<style>
span { border-color: #132359; }
span { border-color: rgb(19,35,89); }
td.TdClassName
{
border-color: #132359;
}
.TagClassName
{
border-color: #132359;
}
</style>