Shades of Sapphire #132559
Tints of Sapphire #132559
RGB
CMYK
RGB Variations
Color information
#132559 (or 0x132559) is known color: Sapphire. HEX triplet: 13, 25 and 59. RGB value is (19,37,89). Sum of RGB (Red+Green+Blue) = 19+37+89=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 89 (35.16% from 255 or 61.38% from 145); Max value from RGB is 89 - color contains mainly: blue. Hex color #132559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132559 is #ECDAA6. Grayscale: #252525. Windows color (decimal): -15522471 or 5842195. OLE color: 5842195.
HSL color Cylindrical-coordinate representation of color #132559: hue angle of 224.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132559 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 37 | 89 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.65 |
| HSL | 224.57º | 0.65% | 0.21% | - |
| HSV(B) | 224.57º | 0.79% | 0.35% | - |
| XYZ | 2.73 | 2.18 | 9.73 | - |
| YUV | 37.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 89 | 0.79 | 0.58 | 0 | 0.65 | 224.57 | 0.65 | 0.21 |
| Hex | 13 | 25 | 59 | 4F | 3A | 0 | 41 | E1 | 41 | 15 |
| Octal | 23 | 45 | 131 | 117 | 72 | 0 | 101 | 341 | 101 | 25 |
| Binary | 10011 | 100101 | 1011001 | 1001111 | 111010 | 0 | 1000001 | 11100001 | 1000001 | 10101 |
Color Harmonies of #132559
Complementary color
Monochromatic Colors of #132559
Black with #132559
Text Example
Text Example
White with #132559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132559; }
p { color: rgb(19,37,89); }
H1.HeaderClassName
{
color: #132559;
}
.AnyTagClassName
{
color: #132559;
}
</style>
background-color css
<style>
a { background-color: #132559; }
a { background-color: rgb(19,37,89); }
div.DivClassName
{
background-color: #132559;
}
.BgClassName
{
background-color: #132559;
}
</style>
border-color css
<style>
span { border-color: #132559; }
span { border-color: rgb(19,37,89); }
td.TdClassName
{
border-color: #132559;
}
.TagClassName
{
border-color: #132559;
}
</style>