Shades of Sapphire #13297B
Tints of Sapphire #13297B
RGB
CMYK
RGB Variations
Color information
#13297B (or 0x13297B) is known color: Sapphire. HEX triplet: 13, 29 and 7B. RGB value is (19,41,123). Sum of RGB (Red+Green+Blue) = 19+41+123=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 123 (48.44% from 255 or 67.21% from 183); Max value from RGB is 123 - color contains mainly: blue. Hex color #13297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13297B is #ECD684. Grayscale: #2B2B2B. Windows color (decimal): -15521413 or 8071443. OLE color: 8071443.
HSL color Cylindrical-coordinate representation of color #13297B: hue angle of 227.31º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13297B is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 41 | 123 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.52 |
| HSL | 227.31º | 0.73% | 0.28% | - |
| HSV(B) | 227.31º | 0.85% | 0.48% | - |
| XYZ | 4.64 | 3.15 | 19.1 | - |
| YUV | 43.77 | 172.71 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 123 | 0.85 | 0.67 | 0 | 0.52 | 227.31 | 0.73 | 0.28 |
| Hex | 13 | 29 | 7B | 55 | 43 | 0 | 34 | E3 | 49 | 1C |
| Octal | 23 | 51 | 173 | 125 | 103 | 0 | 64 | 343 | 111 | 34 |
| Binary | 10011 | 101001 | 1111011 | 1010101 | 1000011 | 0 | 110100 | 11100011 | 1001001 | 11100 |
Color Harmonies of #13297B
Complementary color
Monochromatic Colors of #13297B
Black with #13297B
Text Example
Text Example
White with #13297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13297B; }
p { color: rgb(19,41,123); }
H1.HeaderClassName
{
color: #13297B;
}
.AnyTagClassName
{
color: #13297B;
}
</style>
background-color css
<style>
a { background-color: #13297B; }
a { background-color: rgb(19,41,123); }
div.DivClassName
{
background-color: #13297B;
}
.BgClassName
{
background-color: #13297B;
}
</style>
border-color css
<style>
span { border-color: #13297B; }
span { border-color: rgb(19,41,123); }
td.TdClassName
{
border-color: #13297B;
}
.TagClassName
{
border-color: #13297B;
}
</style>