Shades of Sapphire #13305C
Tints of Sapphire #13305C
RGB
CMYK
RGB Variations
Color information
#13305C (or 0x13305C) is known color: Sapphire. HEX triplet: 13, 30 and 5C. RGB value is (19,48,92). Sum of RGB (Red+Green+Blue) = 19+48+92=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #13305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13305C is #ECCFA3. Grayscale: #2C2C2C. Windows color (decimal): -15519652 or 6041619. OLE color: 6041619.
HSL color Cylindrical-coordinate representation of color #13305C: hue angle of 216.16º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13305C is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 48 | 92 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.64 |
| HSL | 216.16º | 0.66% | 0.22% | - |
| HSV(B) | 216.16º | 0.79% | 0.36% | - |
| XYZ | 3.26 | 3.03 | 10.54 | - |
| YUV | 44.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 92 | 0.79 | 0.48 | 0 | 0.64 | 216.16 | 0.66 | 0.22 |
| Hex | 13 | 30 | 5C | 4F | 30 | 0 | 40 | D8 | 42 | 16 |
| Octal | 23 | 60 | 134 | 117 | 60 | 0 | 100 | 330 | 102 | 26 |
| Binary | 10011 | 110000 | 1011100 | 1001111 | 110000 | 0 | 1000000 | 11011000 | 1000010 | 10110 |
Color Harmonies of #13305C
Complementary color
Monochromatic Colors of #13305C
Black with #13305C
Text Example
Text Example
White with #13305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13305C; }
p { color: rgb(19,48,92); }
H1.HeaderClassName
{
color: #13305C;
}
.AnyTagClassName
{
color: #13305C;
}
</style>
background-color css
<style>
a { background-color: #13305C; }
a { background-color: rgb(19,48,92); }
div.DivClassName
{
background-color: #13305C;
}
.BgClassName
{
background-color: #13305C;
}
</style>
border-color css
<style>
span { border-color: #13305C; }
span { border-color: rgb(19,48,92); }
td.TdClassName
{
border-color: #13305C;
}
.TagClassName
{
border-color: #13305C;
}
</style>