Shades of Sapphire #132565
Tints of Sapphire #132565
RGB
CMYK
RGB Variations
Color information
#132565 (or 0x132565) is known color: Sapphire. HEX triplet: 13, 25 and 65. RGB value is (19,37,101). Sum of RGB (Red+Green+Blue) = 19+37+101=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #132565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132565 is #ECDA9A. Grayscale: #262626. Windows color (decimal): -15522459 or 6628627. OLE color: 6628627.
HSL color Cylindrical-coordinate representation of color #132565: hue angle of 226.83º 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 #132565 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 37 | 101 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.60 |
| HSL | 226.83º | 0.68% | 0.24% | - |
| HSV(B) | 226.83º | 0.81% | 0.4% | - |
| XYZ | 3.28 | 2.4 | 12.6 | - |
| YUV | 38.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 101 | 0.81 | 0.63 | 0 | 0.60 | 226.83 | 0.68 | 0.24 |
| Hex | 13 | 25 | 65 | 51 | 3F | 0 | 3C | E3 | 44 | 18 |
| Octal | 23 | 45 | 145 | 121 | 77 | 0 | 74 | 343 | 104 | 30 |
| Binary | 10011 | 100101 | 1100101 | 1010001 | 111111 | 0 | 111100 | 11100011 | 1000100 | 11000 |
Color Harmonies of #132565
Complementary color
Monochromatic Colors of #132565
Black with #132565
Text Example
Text Example
White with #132565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132565; }
p { color: rgb(19,37,101); }
H1.HeaderClassName
{
color: #132565;
}
.AnyTagClassName
{
color: #132565;
}
</style>
background-color css
<style>
a { background-color: #132565; }
a { background-color: rgb(19,37,101); }
div.DivClassName
{
background-color: #132565;
}
.BgClassName
{
background-color: #132565;
}
</style>
border-color css
<style>
span { border-color: #132565; }
span { border-color: rgb(19,37,101); }
td.TdClassName
{
border-color: #132565;
}
.TagClassName
{
border-color: #132565;
}
</style>