Shades of Sapphire #13316C
Tints of Sapphire #13316C
RGB
CMYK
RGB Variations
Color information
#13316C (or 0x13316C) is known color: Sapphire. HEX triplet: 13, 31 and 6C. RGB value is (19,49,108). Sum of RGB (Red+Green+Blue) = 19+49+108=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #13316C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13316C is #ECCE93. Grayscale: #2E2E2E. Windows color (decimal): -15519380 or 7090451. OLE color: 7090451.
HSL color Cylindrical-coordinate representation of color #13316C: hue angle of 219.78º 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 #13316C is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 49 | 108 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.58 |
| HSL | 219.78º | 0.7% | 0.25% | - |
| HSV(B) | 219.78º | 0.82% | 0.42% | - |
| XYZ | 4.07 | 3.42 | 14.63 | - |
| YUV | 46.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 108 | 0.82 | 0.55 | 0 | 0.58 | 219.78 | 0.7 | 0.25 |
| Hex | 13 | 31 | 6C | 52 | 37 | 0 | 3A | DC | 46 | 19 |
| Octal | 23 | 61 | 154 | 122 | 67 | 0 | 72 | 334 | 106 | 31 |
| Binary | 10011 | 110001 | 1101100 | 1010010 | 110111 | 0 | 111010 | 11011100 | 1000110 | 11001 |
Color Harmonies of #13316C
Complementary color
Monochromatic Colors of #13316C
Black with #13316C
Text Example
Text Example
White with #13316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13316C; }
p { color: rgb(19,49,108); }
H1.HeaderClassName
{
color: #13316C;
}
.AnyTagClassName
{
color: #13316C;
}
</style>
background-color css
<style>
a { background-color: #13316C; }
a { background-color: rgb(19,49,108); }
div.DivClassName
{
background-color: #13316C;
}
.BgClassName
{
background-color: #13316C;
}
</style>
border-color css
<style>
span { border-color: #13316C; }
span { border-color: rgb(19,49,108); }
td.TdClassName
{
border-color: #13316C;
}
.TagClassName
{
border-color: #13316C;
}
</style>