Shades of Sapphire #13256A
Tints of Sapphire #13256A
RGB
CMYK
RGB Variations
Color information
#13256A (or 0x13256A) is known color: Sapphire. HEX triplet: 13, 25 and 6A. RGB value is (19,37,106). Sum of RGB (Red+Green+Blue) = 19+37+106=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #13256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13256A is #ECDA95. Grayscale: #272727. Windows color (decimal): -15522454 or 6956307. OLE color: 6956307.
HSL color Cylindrical-coordinate representation of color #13256A: hue angle of 227.59º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13256A is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 37 | 106 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.58 |
| HSL | 227.59º | 0.7% | 0.25% | - |
| HSV(B) | 227.59º | 0.82% | 0.42% | - |
| XYZ | 3.53 | 2.5 | 13.93 | - |
| YUV | 39.48 | 165.54 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 37 | 106 | 0.82 | 0.65 | 0 | 0.58 | 227.59 | 0.7 | 0.25 |
| Hex | 13 | 25 | 6A | 52 | 41 | 0 | 3A | E4 | 46 | 19 |
| Octal | 23 | 45 | 152 | 122 | 101 | 0 | 72 | 344 | 106 | 31 |
| Binary | 10011 | 100101 | 1101010 | 1010010 | 1000001 | 0 | 111010 | 11100100 | 1000110 | 11001 |
Color Harmonies of #13256A
Complementary color
Monochromatic Colors of #13256A
Black with #13256A
Text Example
Text Example
White with #13256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13256A; }
p { color: rgb(19,37,106); }
H1.HeaderClassName
{
color: #13256A;
}
.AnyTagClassName
{
color: #13256A;
}
</style>
background-color css
<style>
a { background-color: #13256A; }
a { background-color: rgb(19,37,106); }
div.DivClassName
{
background-color: #13256A;
}
.BgClassName
{
background-color: #13256A;
}
</style>
border-color css
<style>
span { border-color: #13256A; }
span { border-color: rgb(19,37,106); }
td.TdClassName
{
border-color: #13256A;
}
.TagClassName
{
border-color: #13256A;
}
</style>