Shades of Sapphire #13255D
Tints of Sapphire #13255D
RGB
CMYK
RGB Variations
Color information
#13255D (or 0x13255D) is known color: Sapphire. HEX triplet: 13, 25 and 5D. RGB value is (19,37,93). Sum of RGB (Red+Green+Blue) = 19+37+93=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #13255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13255D is #ECDAA2. Grayscale: #252525. Windows color (decimal): -15522467 or 6104339. OLE color: 6104339.
HSL color Cylindrical-coordinate representation of color #13255D: hue angle of 225.41º 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 #13255D is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 37 | 93 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.64 |
| HSL | 225.41º | 0.66% | 0.22% | - |
| HSV(B) | 225.41º | 0.8% | 0.36% | - |
| XYZ | 2.91 | 2.25 | 10.64 | - |
| YUV | 38 | 159.04 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 93 | 0.80 | 0.60 | 0 | 0.64 | 225.41 | 0.66 | 0.22 |
| Hex | 13 | 25 | 5D | 50 | 3C | 0 | 40 | E1 | 42 | 16 |
| Octal | 23 | 45 | 135 | 120 | 74 | 0 | 100 | 341 | 102 | 26 |
| Binary | 10011 | 100101 | 1011101 | 1010000 | 111100 | 0 | 1000000 | 11100001 | 1000010 | 10110 |
Color Harmonies of #13255D
Complementary color
Monochromatic Colors of #13255D
Black with #13255D
Text Example
Text Example
White with #13255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13255D; }
p { color: rgb(19,37,93); }
H1.HeaderClassName
{
color: #13255D;
}
.AnyTagClassName
{
color: #13255D;
}
</style>
background-color css
<style>
a { background-color: #13255D; }
a { background-color: rgb(19,37,93); }
div.DivClassName
{
background-color: #13255D;
}
.BgClassName
{
background-color: #13255D;
}
</style>
border-color css
<style>
span { border-color: #13255D; }
span { border-color: rgb(19,37,93); }
td.TdClassName
{
border-color: #13255D;
}
.TagClassName
{
border-color: #13255D;
}
</style>