Shades of Sapphire #132656
Tints of Sapphire #132656
RGB
CMYK
RGB Variations
Color information
#132656 (or 0x132656) is known color: Sapphire. HEX triplet: 13, 26 and 56. RGB value is (19,38,86). Sum of RGB (Red+Green+Blue) = 19+38+86=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #132656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132656 is #ECD9A9. Grayscale: #252525. Windows color (decimal): -15522218 or 5645843. OLE color: 5645843.
HSL color Cylindrical-coordinate representation of color #132656: hue angle of 222.99º 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 #132656 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 38 | 86 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.66 |
| HSL | 222.99º | 0.64% | 0.21% | - |
| HSV(B) | 222.99º | 0.78% | 0.34% | - |
| XYZ | 2.64 | 2.2 | 9.09 | - |
| YUV | 37.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 86 | 0.78 | 0.56 | 0 | 0.66 | 222.99 | 0.64 | 0.21 |
| Hex | 13 | 26 | 56 | 4E | 38 | 0 | 42 | DF | 40 | 15 |
| Octal | 23 | 46 | 126 | 116 | 70 | 0 | 102 | 337 | 100 | 25 |
| Binary | 10011 | 100110 | 1010110 | 1001110 | 111000 | 0 | 1000010 | 11011111 | 1000000 | 10101 |
Color Harmonies of #132656
Complementary color
Monochromatic Colors of #132656
Black with #132656
Text Example
Text Example
White with #132656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132656; }
p { color: rgb(19,38,86); }
H1.HeaderClassName
{
color: #132656;
}
.AnyTagClassName
{
color: #132656;
}
</style>
background-color css
<style>
a { background-color: #132656; }
a { background-color: rgb(19,38,86); }
div.DivClassName
{
background-color: #132656;
}
.BgClassName
{
background-color: #132656;
}
</style>
border-color css
<style>
span { border-color: #132656; }
span { border-color: rgb(19,38,86); }
td.TdClassName
{
border-color: #132656;
}
.TagClassName
{
border-color: #132656;
}
</style>