Shades of Sapphire #13315E
Tints of Sapphire #13315E
RGB
CMYK
RGB Variations
Color information
#13315E (or 0x13315E) is known color: Sapphire. HEX triplet: 13, 31 and 5E. RGB value is (19,49,94). Sum of RGB (Red+Green+Blue) = 19+49+94=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #13315E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13315E is #ECCEA1. Grayscale: #2C2C2C. Windows color (decimal): -15519394 or 6172947. OLE color: 6172947.
HSL color Cylindrical-coordinate representation of color #13315E: hue angle of 216º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13315E is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 49 | 94 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.63 |
| HSL | 216º | 0.66% | 0.22% | - |
| HSV(B) | 216º | 0.8% | 0.37% | - |
| XYZ | 3.39 | 3.14 | 11.02 | - |
| YUV | 45.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 94 | 0.80 | 0.48 | 0 | 0.63 | 216 | 0.66 | 0.22 |
| Hex | 13 | 31 | 5E | 50 | 30 | 0 | 3F | D8 | 42 | 16 |
| Octal | 23 | 61 | 136 | 120 | 60 | 0 | 77 | 330 | 102 | 26 |
| Binary | 10011 | 110001 | 1011110 | 1010000 | 110000 | 0 | 111111 | 11011000 | 1000010 | 10110 |
Color Harmonies of #13315E
Complementary color
Monochromatic Colors of #13315E
Black with #13315E
Text Example
Text Example
White with #13315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13315E; }
p { color: rgb(19,49,94); }
H1.HeaderClassName
{
color: #13315E;
}
.AnyTagClassName
{
color: #13315E;
}
</style>
background-color css
<style>
a { background-color: #13315E; }
a { background-color: rgb(19,49,94); }
div.DivClassName
{
background-color: #13315E;
}
.BgClassName
{
background-color: #13315E;
}
</style>
border-color css
<style>
span { border-color: #13315E; }
span { border-color: rgb(19,49,94); }
td.TdClassName
{
border-color: #13315E;
}
.TagClassName
{
border-color: #13315E;
}
</style>