Shades of Sapphire #13315B
Tints of Sapphire #13315B
RGB
CMYK
RGB Variations
Color information
#13315B (or 0x13315B) is known color: Sapphire. HEX triplet: 13, 31 and 5B. RGB value is (19,49,91). Sum of RGB (Red+Green+Blue) = 19+49+91=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #13315B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13315B is #ECCEA4. Grayscale: #2C2C2C. Windows color (decimal): -15519397 or 5976339. OLE color: 5976339.
HSL color Cylindrical-coordinate representation of color #13315B: hue angle of 215º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13315B is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 49 | 91 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.64 |
| HSL | 215º | 0.65% | 0.22% | - |
| HSV(B) | 215º | 0.79% | 0.36% | - |
| XYZ | 3.26 | 3.09 | 10.32 | - |
| YUV | 44.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 91 | 0.79 | 0.46 | 0 | 0.64 | 215 | 0.65 | 0.22 |
| Hex | 13 | 31 | 5B | 4F | 2E | 0 | 40 | D7 | 41 | 16 |
| Octal | 23 | 61 | 133 | 117 | 56 | 0 | 100 | 327 | 101 | 26 |
| Binary | 10011 | 110001 | 1011011 | 1001111 | 101110 | 0 | 1000000 | 11010111 | 1000001 | 10110 |
Color Harmonies of #13315B
Complementary color
Monochromatic Colors of #13315B
Black with #13315B
Text Example
Text Example
White with #13315B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13315B; }
p { color: rgb(19,49,91); }
H1.HeaderClassName
{
color: #13315B;
}
.AnyTagClassName
{
color: #13315B;
}
</style>
background-color css
<style>
a { background-color: #13315B; }
a { background-color: rgb(19,49,91); }
div.DivClassName
{
background-color: #13315B;
}
.BgClassName
{
background-color: #13315B;
}
</style>
border-color css
<style>
span { border-color: #13315B; }
span { border-color: rgb(19,49,91); }
td.TdClassName
{
border-color: #13315B;
}
.TagClassName
{
border-color: #13315B;
}
</style>