Shades of Sapphire #13295C
Tints of Sapphire #13295C
RGB
CMYK
RGB Variations
Color information
#13295C (or 0x13295C) is known color: Sapphire. HEX triplet: 13, 29 and 5C. RGB value is (19,41,92). Sum of RGB (Red+Green+Blue) = 19+41+92=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #13295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13295C is #ECD6A3. Grayscale: #282828. Windows color (decimal): -15521444 or 6039827. OLE color: 6039827.
HSL color Cylindrical-coordinate representation of color #13295C: hue angle of 221.92º 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 #13295C is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 41 | 92 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.64 |
| HSL | 221.92º | 0.66% | 0.22% | - |
| HSV(B) | 221.92º | 0.79% | 0.36% | - |
| XYZ | 2.99 | 2.5 | 10.45 | - |
| YUV | 40.24 | 157.21 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 92 | 0.79 | 0.55 | 0 | 0.64 | 221.92 | 0.66 | 0.22 |
| Hex | 13 | 29 | 5C | 4F | 37 | 0 | 40 | DE | 42 | 16 |
| Octal | 23 | 51 | 134 | 117 | 67 | 0 | 100 | 336 | 102 | 26 |
| Binary | 10011 | 101001 | 1011100 | 1001111 | 110111 | 0 | 1000000 | 11011110 | 1000010 | 10110 |
Color Harmonies of #13295C
Complementary color
Monochromatic Colors of #13295C
Black with #13295C
Text Example
Text Example
White with #13295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13295C; }
p { color: rgb(19,41,92); }
H1.HeaderClassName
{
color: #13295C;
}
.AnyTagClassName
{
color: #13295C;
}
</style>
background-color css
<style>
a { background-color: #13295C; }
a { background-color: rgb(19,41,92); }
div.DivClassName
{
background-color: #13295C;
}
.BgClassName
{
background-color: #13295C;
}
</style>
border-color css
<style>
span { border-color: #13295C; }
span { border-color: rgb(19,41,92); }
td.TdClassName
{
border-color: #13295C;
}
.TagClassName
{
border-color: #13295C;
}
</style>