Shades of Sapphire #13295D
Tints of Sapphire #13295D
RGB
CMYK
RGB Variations
Color information
#13295D (or 0x13295D) is known color: Sapphire. HEX triplet: 13, 29 and 5D. RGB value is (19,41,93). Sum of RGB (Red+Green+Blue) = 19+41+93=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #13295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13295D is #ECD6A2. Grayscale: #282828. Windows color (decimal): -15521443 or 6105363. OLE color: 6105363.
HSL color Cylindrical-coordinate representation of color #13295D: hue angle of 222.16º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13295D is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 41 | 93 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.64 |
| HSL | 222.16º | 0.66% | 0.22% | - |
| HSV(B) | 222.16º | 0.8% | 0.36% | - |
| XYZ | 3.04 | 2.51 | 10.68 | - |
| YUV | 40.35 | 157.71 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 93 | 0.80 | 0.56 | 0 | 0.64 | 222.16 | 0.66 | 0.22 |
| Hex | 13 | 29 | 5D | 50 | 38 | 0 | 40 | DE | 42 | 16 |
| Octal | 23 | 51 | 135 | 120 | 70 | 0 | 100 | 336 | 102 | 26 |
| Binary | 10011 | 101001 | 1011101 | 1010000 | 111000 | 0 | 1000000 | 11011110 | 1000010 | 10110 |
Color Harmonies of #13295D
Complementary color
Monochromatic Colors of #13295D
Black with #13295D
Text Example
Text Example
White with #13295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13295D; }
p { color: rgb(19,41,93); }
H1.HeaderClassName
{
color: #13295D;
}
.AnyTagClassName
{
color: #13295D;
}
</style>
background-color css
<style>
a { background-color: #13295D; }
a { background-color: rgb(19,41,93); }
div.DivClassName
{
background-color: #13295D;
}
.BgClassName
{
background-color: #13295D;
}
</style>
border-color css
<style>
span { border-color: #13295D; }
span { border-color: rgb(19,41,93); }
td.TdClassName
{
border-color: #13295D;
}
.TagClassName
{
border-color: #13295D;
}
</style>