Shades of Sapphire #132456
Tints of Sapphire #132456
RGB
CMYK
RGB Variations
Color information
#132456 (or 0x132456) is known color: Sapphire. HEX triplet: 13, 24 and 56. RGB value is (19,36,86). Sum of RGB (Red+Green+Blue) = 19+36+86=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #132456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132456 is #ECDBA9. Grayscale: #242424. Windows color (decimal): -15522730 or 5645331. OLE color: 5645331.
HSL color Cylindrical-coordinate representation of color #132456: hue angle of 224.78º 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 #132456 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 36 | 86 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.66 |
| HSL | 224.78º | 0.64% | 0.21% | - |
| HSV(B) | 224.78º | 0.78% | 0.34% | - |
| XYZ | 2.58 | 2.07 | 9.07 | - |
| YUV | 36.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 86 | 0.78 | 0.58 | 0 | 0.66 | 224.78 | 0.64 | 0.21 |
| Hex | 13 | 24 | 56 | 4E | 3A | 0 | 42 | E1 | 40 | 15 |
| Octal | 23 | 44 | 126 | 116 | 72 | 0 | 102 | 341 | 100 | 25 |
| Binary | 10011 | 100100 | 1010110 | 1001110 | 111010 | 0 | 1000010 | 11100001 | 1000000 | 10101 |
Color Harmonies of #132456
Complementary color
Monochromatic Colors of #132456
Black with #132456
Text Example
Text Example
White with #132456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132456; }
p { color: rgb(19,36,86); }
H1.HeaderClassName
{
color: #132456;
}
.AnyTagClassName
{
color: #132456;
}
</style>
background-color css
<style>
a { background-color: #132456; }
a { background-color: rgb(19,36,86); }
div.DivClassName
{
background-color: #132456;
}
.BgClassName
{
background-color: #132456;
}
</style>
border-color css
<style>
span { border-color: #132456; }
span { border-color: rgb(19,36,86); }
td.TdClassName
{
border-color: #132456;
}
.TagClassName
{
border-color: #132456;
}
</style>