Shades of Sapphire #13295B
Tints of Sapphire #13295B
RGB
CMYK
RGB Variations
Color information
#13295B (or 0x13295B) is known color: Sapphire. HEX triplet: 13, 29 and 5B. RGB value is (19,41,91). Sum of RGB (Red+Green+Blue) = 19+41+91=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 41 (16.41% from 255 or 27.15% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #13295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13295B is #ECD6A4. Grayscale: #272727. Windows color (decimal): -15521445 or 5974291. OLE color: 5974291.
HSL color Cylindrical-coordinate representation of color #13295B: hue angle of 221.67º degrees, saturation: 0.65, 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 #13295B is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 41 | 91 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.64 |
| HSL | 221.67º | 0.65% | 0.22% | - |
| HSV(B) | 221.67º | 0.79% | 0.36% | - |
| XYZ | 2.95 | 2.48 | 10.22 | - |
| YUV | 40.12 | 156.71 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 41 | 91 | 0.79 | 0.55 | 0 | 0.64 | 221.67 | 0.65 | 0.22 |
| Hex | 13 | 29 | 5B | 4F | 37 | 0 | 40 | DE | 41 | 16 |
| Octal | 23 | 51 | 133 | 117 | 67 | 0 | 100 | 336 | 101 | 26 |
| Binary | 10011 | 101001 | 1011011 | 1001111 | 110111 | 0 | 1000000 | 11011110 | 1000001 | 10110 |
Color Harmonies of #13295B
Complementary color
Monochromatic Colors of #13295B
Black with #13295B
Text Example
Text Example
White with #13295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13295B; }
p { color: rgb(19,41,91); }
H1.HeaderClassName
{
color: #13295B;
}
.AnyTagClassName
{
color: #13295B;
}
</style>
background-color css
<style>
a { background-color: #13295B; }
a { background-color: rgb(19,41,91); }
div.DivClassName
{
background-color: #13295B;
}
.BgClassName
{
background-color: #13295B;
}
</style>
border-color css
<style>
span { border-color: #13295B; }
span { border-color: rgb(19,41,91); }
td.TdClassName
{
border-color: #13295B;
}
.TagClassName
{
border-color: #13295B;
}
</style>