Shades of Sapphire #13226D
Tints of Sapphire #13226D
RGB
CMYK
RGB Variations
Color information
#13226D (or 0x13226D) is known color: Sapphire. HEX triplet: 13, 22 and 6D. RGB value is (19,34,109). Sum of RGB (Red+Green+Blue) = 19+34+109=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #13226D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13226D is #ECDD92. Grayscale: #252525. Windows color (decimal): -15523219 or 7152147. OLE color: 7152147.
HSL color Cylindrical-coordinate representation of color #13226D: hue angle of 230º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13226D is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 34 | 109 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.57 |
| HSL | 230º | 0.7% | 0.25% | - |
| HSV(B) | 230º | 0.83% | 0.43% | - |
| XYZ | 3.6 | 2.39 | 14.74 | - |
| YUV | 38.07 | 168.03 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 109 | 0.83 | 0.69 | 0 | 0.57 | 230 | 0.7 | 0.25 |
| Hex | 13 | 22 | 6D | 53 | 45 | 0 | 39 | E6 | 46 | 19 |
| Octal | 23 | 42 | 155 | 123 | 105 | 0 | 71 | 346 | 106 | 31 |
| Binary | 10011 | 100010 | 1101101 | 1010011 | 1000101 | 0 | 111001 | 11100110 | 1000110 | 11001 |
Color Harmonies of #13226D
Complementary color
Monochromatic Colors of #13226D
Black with #13226D
Text Example
Text Example
White with #13226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13226D; }
p { color: rgb(19,34,109); }
H1.HeaderClassName
{
color: #13226D;
}
.AnyTagClassName
{
color: #13226D;
}
</style>
background-color css
<style>
a { background-color: #13226D; }
a { background-color: rgb(19,34,109); }
div.DivClassName
{
background-color: #13226D;
}
.BgClassName
{
background-color: #13226D;
}
</style>
border-color css
<style>
span { border-color: #13226D; }
span { border-color: rgb(19,34,109); }
td.TdClassName
{
border-color: #13226D;
}
.TagClassName
{
border-color: #13226D;
}
</style>