Shades of Sapphire #132865
Tints of Sapphire #132865
RGB
CMYK
RGB Variations
Color information
#132865 (or 0x132865) is known color: Sapphire. HEX triplet: 13, 28 and 65. RGB value is (19,40,101). Sum of RGB (Red+Green+Blue) = 19+40+101=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #132865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132865 is #ECD79A. Grayscale: #282828. Windows color (decimal): -15521691 or 6629395. OLE color: 6629395.
HSL color Cylindrical-coordinate representation of color #132865: hue angle of 224.63º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132865 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 40 | 101 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.60 |
| HSL | 224.63º | 0.68% | 0.24% | - |
| HSV(B) | 224.63º | 0.81% | 0.4% | - |
| XYZ | 3.38 | 2.6 | 12.63 | - |
| YUV | 40.68 | 162.04 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 101 | 0.81 | 0.60 | 0 | 0.60 | 224.63 | 0.68 | 0.24 |
| Hex | 13 | 28 | 65 | 51 | 3C | 0 | 3C | E1 | 44 | 18 |
| Octal | 23 | 50 | 145 | 121 | 74 | 0 | 74 | 341 | 104 | 30 |
| Binary | 10011 | 101000 | 1100101 | 1010001 | 111100 | 0 | 111100 | 11100001 | 1000100 | 11000 |
Color Harmonies of #132865
Complementary color
Monochromatic Colors of #132865
Black with #132865
Text Example
Text Example
White with #132865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132865; }
p { color: rgb(19,40,101); }
H1.HeaderClassName
{
color: #132865;
}
.AnyTagClassName
{
color: #132865;
}
</style>
background-color css
<style>
a { background-color: #132865; }
a { background-color: rgb(19,40,101); }
div.DivClassName
{
background-color: #132865;
}
.BgClassName
{
background-color: #132865;
}
</style>
border-color css
<style>
span { border-color: #132865; }
span { border-color: rgb(19,40,101); }
td.TdClassName
{
border-color: #132865;
}
.TagClassName
{
border-color: #132865;
}
</style>