Shades of Sapphire #13356C
Tints of Sapphire #13356C
RGB
CMYK
RGB Variations
Color information
#13356C (or 0x13356C) is known color: Sapphire. HEX triplet: 13, 35 and 6C. RGB value is (19,53,108). Sum of RGB (Red+Green+Blue) = 19+53+108=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 108 (42.58% from 255 or 60% from 180); Max value from RGB is 108 - color contains mainly: blue. Hex color #13356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13356C is #ECCA93. Grayscale: #303030. Windows color (decimal): -15518356 or 7091475. OLE color: 7091475.
HSL color Cylindrical-coordinate representation of color #13356C: hue angle of 217.08º 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 #13356C is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 53 | 108 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.58 |
| HSL | 217.08º | 0.7% | 0.25% | - |
| HSV(B) | 217.08º | 0.82% | 0.42% | - |
| XYZ | 4.25 | 3.77 | 14.69 | - |
| YUV | 49.1 | 161.24 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 108 | 0.82 | 0.51 | 0 | 0.58 | 217.08 | 0.7 | 0.25 |
| Hex | 13 | 35 | 6C | 52 | 33 | 0 | 3A | D9 | 46 | 19 |
| Octal | 23 | 65 | 154 | 122 | 63 | 0 | 72 | 331 | 106 | 31 |
| Binary | 10011 | 110101 | 1101100 | 1010010 | 110011 | 0 | 111010 | 11011001 | 1000110 | 11001 |
Color Harmonies of #13356C
Complementary color
Monochromatic Colors of #13356C
Black with #13356C
Text Example
Text Example
White with #13356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13356C; }
p { color: rgb(19,53,108); }
H1.HeaderClassName
{
color: #13356C;
}
.AnyTagClassName
{
color: #13356C;
}
</style>
background-color css
<style>
a { background-color: #13356C; }
a { background-color: rgb(19,53,108); }
div.DivClassName
{
background-color: #13356C;
}
.BgClassName
{
background-color: #13356C;
}
</style>
border-color css
<style>
span { border-color: #13356C; }
span { border-color: rgb(19,53,108); }
td.TdClassName
{
border-color: #13356C;
}
.TagClassName
{
border-color: #13356C;
}
</style>