Shades of Sapphire #132862
Tints of Sapphire #132862
RGB
CMYK
RGB Variations
Color information
#132862 (or 0x132862) is known color: Sapphire. HEX triplet: 13, 28 and 62. RGB value is (19,40,98). Sum of RGB (Red+Green+Blue) = 19+40+98=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #132862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132862 is #ECD79D. Grayscale: #282828. Windows color (decimal): -15521694 or 6432787. OLE color: 6432787.
HSL color Cylindrical-coordinate representation of color #132862: hue angle of 224.05º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132862 is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 40 | 98 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.62 |
| HSL | 224.05º | 0.68% | 0.23% | - |
| HSV(B) | 224.05º | 0.81% | 0.38% | - |
| XYZ | 3.23 | 2.54 | 11.87 | - |
| YUV | 40.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 98 | 0.81 | 0.59 | 0 | 0.62 | 224.05 | 0.68 | 0.23 |
| Hex | 13 | 28 | 62 | 51 | 3B | 0 | 3E | E0 | 44 | 17 |
| Octal | 23 | 50 | 142 | 121 | 73 | 0 | 76 | 340 | 104 | 27 |
| Binary | 10011 | 101000 | 1100010 | 1010001 | 111011 | 0 | 111110 | 11100000 | 1000100 | 10111 |
Color Harmonies of #132862
Complementary color
Monochromatic Colors of #132862
Black with #132862
Text Example
Text Example
White with #132862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132862; }
p { color: rgb(19,40,98); }
H1.HeaderClassName
{
color: #132862;
}
.AnyTagClassName
{
color: #132862;
}
</style>
background-color css
<style>
a { background-color: #132862; }
a { background-color: rgb(19,40,98); }
div.DivClassName
{
background-color: #132862;
}
.BgClassName
{
background-color: #132862;
}
</style>
border-color css
<style>
span { border-color: #132862; }
span { border-color: rgb(19,40,98); }
td.TdClassName
{
border-color: #132862;
}
.TagClassName
{
border-color: #132862;
}
</style>