Shades of Sapphire #13296F
Tints of Sapphire #13296F
RGB
CMYK
RGB Variations
Color information
#13296F (or 0x13296F) is known color: Sapphire. HEX triplet: 13, 29 and 6F. RGB value is (19,41,111). Sum of RGB (Red+Green+Blue) = 19+41+111=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 111 (43.75% from 255 or 64.91% from 171); Max value from RGB is 111 - color contains mainly: blue. Hex color #13296F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13296F is #ECD690. Grayscale: #2A2A2A. Windows color (decimal): -15521425 or 7285011. OLE color: 7285011.
HSL color Cylindrical-coordinate representation of color #13296F: hue angle of 225.65º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13296F is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 41 | 111 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.56 |
| HSL | 225.65º | 0.71% | 0.25% | - |
| HSV(B) | 225.65º | 0.83% | 0.44% | - |
| XYZ | 3.93 | 2.87 | 15.39 | - |
| YUV | 42.4 | 166.71 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 111 | 0.83 | 0.63 | 0 | 0.56 | 225.65 | 0.71 | 0.25 |
| Hex | 13 | 29 | 6F | 53 | 3F | 0 | 38 | E2 | 47 | 19 |
| Octal | 23 | 51 | 157 | 123 | 77 | 0 | 70 | 342 | 107 | 31 |
| Binary | 10011 | 101001 | 1101111 | 1010011 | 111111 | 0 | 111000 | 11100010 | 1000111 | 11001 |
Color Harmonies of #13296F
Complementary color
Monochromatic Colors of #13296F
Black with #13296F
Text Example
Text Example
White with #13296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13296F; }
p { color: rgb(19,41,111); }
H1.HeaderClassName
{
color: #13296F;
}
.AnyTagClassName
{
color: #13296F;
}
</style>
background-color css
<style>
a { background-color: #13296F; }
a { background-color: rgb(19,41,111); }
div.DivClassName
{
background-color: #13296F;
}
.BgClassName
{
background-color: #13296F;
}
</style>
border-color css
<style>
span { border-color: #13296F; }
span { border-color: rgb(19,41,111); }
td.TdClassName
{
border-color: #13296F;
}
.TagClassName
{
border-color: #13296F;
}
</style>