Shades of Sapphire #13297A
Tints of Sapphire #13297A
RGB
CMYK
RGB Variations
Color information
#13297A (or 0x13297A) is known color: Sapphire. HEX triplet: 13, 29 and 7A. RGB value is (19,41,122). Sum of RGB (Red+Green+Blue) = 19+41+122=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #13297A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13297A is #ECD685. Grayscale: #2B2B2B. Windows color (decimal): -15521414 or 8005907. OLE color: 8005907.
HSL color Cylindrical-coordinate representation of color #13297A: hue angle of 227.18º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13297A is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 41 | 122 | - |
| CMYK | 0.84 | 0.66 | 0 | 0.52 |
| HSL | 227.18º | 0.73% | 0.28% | - |
| HSV(B) | 227.18º | 0.84% | 0.48% | - |
| XYZ | 4.57 | 3.13 | 18.78 | - |
| YUV | 43.66 | 172.21 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 122 | 0.84 | 0.66 | 0 | 0.52 | 227.18 | 0.73 | 0.28 |
| Hex | 13 | 29 | 7A | 54 | 42 | 0 | 34 | E3 | 49 | 1C |
| Octal | 23 | 51 | 172 | 124 | 102 | 0 | 64 | 343 | 111 | 34 |
| Binary | 10011 | 101001 | 1111010 | 1010100 | 1000010 | 0 | 110100 | 11100011 | 1001001 | 11100 |
Color Harmonies of #13297A
Complementary color
Monochromatic Colors of #13297A
Black with #13297A
Text Example
Text Example
White with #13297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13297A; }
p { color: rgb(19,41,122); }
H1.HeaderClassName
{
color: #13297A;
}
.AnyTagClassName
{
color: #13297A;
}
</style>
background-color css
<style>
a { background-color: #13297A; }
a { background-color: rgb(19,41,122); }
div.DivClassName
{
background-color: #13297A;
}
.BgClassName
{
background-color: #13297A;
}
</style>
border-color css
<style>
span { border-color: #13297A; }
span { border-color: rgb(19,41,122); }
td.TdClassName
{
border-color: #13297A;
}
.TagClassName
{
border-color: #13297A;
}
</style>