Shades of Sapphire #13356D
Tints of Sapphire #13356D
RGB
CMYK
RGB Variations
Color information
#13356D (or 0x13356D) is known color: Sapphire. HEX triplet: 13, 35 and 6D. RGB value is (19,53,109). Sum of RGB (Red+Green+Blue) = 19+53+109=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #13356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13356D is #ECCA92. Grayscale: #303030. Windows color (decimal): -15518355 or 7157011. OLE color: 7157011.
HSL color Cylindrical-coordinate representation of color #13356D: hue angle of 217.33º 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 #13356D is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 53 | 109 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.57 |
| HSL | 217.33º | 0.7% | 0.25% | - |
| HSV(B) | 217.33º | 0.83% | 0.43% | - |
| XYZ | 4.3 | 3.79 | 14.97 | - |
| YUV | 49.22 | 161.74 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 109 | 0.83 | 0.51 | 0 | 0.57 | 217.33 | 0.7 | 0.25 |
| Hex | 13 | 35 | 6D | 53 | 33 | 0 | 39 | D9 | 46 | 19 |
| Octal | 23 | 65 | 155 | 123 | 63 | 0 | 71 | 331 | 106 | 31 |
| Binary | 10011 | 110101 | 1101101 | 1010011 | 110011 | 0 | 111001 | 11011001 | 1000110 | 11001 |
Color Harmonies of #13356D
Complementary color
Monochromatic Colors of #13356D
Black with #13356D
Text Example
Text Example
White with #13356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13356D; }
p { color: rgb(19,53,109); }
H1.HeaderClassName
{
color: #13356D;
}
.AnyTagClassName
{
color: #13356D;
}
</style>
background-color css
<style>
a { background-color: #13356D; }
a { background-color: rgb(19,53,109); }
div.DivClassName
{
background-color: #13356D;
}
.BgClassName
{
background-color: #13356D;
}
</style>
border-color css
<style>
span { border-color: #13356D; }
span { border-color: rgb(19,53,109); }
td.TdClassName
{
border-color: #13356D;
}
.TagClassName
{
border-color: #13356D;
}
</style>