Shades of Sapphire #13315F
Tints of Sapphire #13315F
RGB
CMYK
RGB Variations
Color information
#13315F (or 0x13315F) is known color: Sapphire. HEX triplet: 13, 31 and 5F. RGB value is (19,49,95). Sum of RGB (Red+Green+Blue) = 19+49+95=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #13315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13315F is #ECCEA0. Grayscale: #2D2D2D. Windows color (decimal): -15519393 or 6238483. OLE color: 6238483.
HSL color Cylindrical-coordinate representation of color #13315F: hue angle of 216.32º degrees, saturation: 0.67, 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 #13315F is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 19 | 49 | 95 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.63 |
| HSL | 216.32º | 0.67% | 0.22% | - |
| HSV(B) | 216.32º | 0.8% | 0.37% | - |
| XYZ | 3.43 | 3.16 | 11.26 | - |
| YUV | 45.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 95 | 0.80 | 0.48 | 0 | 0.63 | 216.32 | 0.67 | 0.22 |
| Hex | 13 | 31 | 5F | 50 | 30 | 0 | 3F | D8 | 43 | 16 |
| Octal | 23 | 61 | 137 | 120 | 60 | 0 | 77 | 330 | 103 | 26 |
| Binary | 10011 | 110001 | 1011111 | 1010000 | 110000 | 0 | 111111 | 11011000 | 1000011 | 10110 |
Color Harmonies of #13315F
Complementary color
Monochromatic Colors of #13315F
Black with #13315F
Text Example
Text Example
White with #13315F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13315F; }
p { color: rgb(19,49,95); }
H1.HeaderClassName
{
color: #13315F;
}
.AnyTagClassName
{
color: #13315F;
}
</style>
background-color css
<style>
a { background-color: #13315F; }
a { background-color: rgb(19,49,95); }
div.DivClassName
{
background-color: #13315F;
}
.BgClassName
{
background-color: #13315F;
}
</style>
border-color css
<style>
span { border-color: #13315F; }
span { border-color: rgb(19,49,95); }
td.TdClassName
{
border-color: #13315F;
}
.TagClassName
{
border-color: #13315F;
}
</style>