Shades of Sapphire #13216B
Tints of Sapphire #13216B
RGB
CMYK
RGB Variations
Color information
#13216B (or 0x13216B) is known color: Sapphire. HEX triplet: 13, 21 and 6B. RGB value is (19,33,107). Sum of RGB (Red+Green+Blue) = 19+33+107=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 33 (13.28% from 255 or 20.75% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #13216B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13216B is #ECDE94. Grayscale: #242424. Windows color (decimal): -15523477 or 7020819. OLE color: 7020819.
HSL color Cylindrical-coordinate representation of color #13216B: hue angle of 230.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13216B is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 33 | 107 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.58 |
| HSL | 230.45º | 0.7% | 0.25% | - |
| HSV(B) | 230.45º | 0.82% | 0.42% | - |
| XYZ | 3.47 | 2.29 | 14.17 | - |
| YUV | 37.25 | 167.36 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 107 | 0.82 | 0.69 | 0 | 0.58 | 230.45 | 0.7 | 0.25 |
| Hex | 13 | 21 | 6B | 52 | 45 | 0 | 3A | E6 | 46 | 19 |
| Octal | 23 | 41 | 153 | 122 | 105 | 0 | 72 | 346 | 106 | 31 |
| Binary | 10011 | 100001 | 1101011 | 1010010 | 1000101 | 0 | 111010 | 11100110 | 1000110 | 11001 |
Color Harmonies of #13216B
Complementary color
Monochromatic Colors of #13216B
Black with #13216B
Text Example
Text Example
White with #13216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13216B; }
p { color: rgb(19,33,107); }
H1.HeaderClassName
{
color: #13216B;
}
.AnyTagClassName
{
color: #13216B;
}
</style>
background-color css
<style>
a { background-color: #13216B; }
a { background-color: rgb(19,33,107); }
div.DivClassName
{
background-color: #13216B;
}
.BgClassName
{
background-color: #13216B;
}
</style>
border-color css
<style>
span { border-color: #13216B; }
span { border-color: rgb(19,33,107); }
td.TdClassName
{
border-color: #13216B;
}
.TagClassName
{
border-color: #13216B;
}
</style>