Shades of Sapphire #13266A
Tints of Sapphire #13266A
RGB
CMYK
RGB Variations
Color information
#13266A (or 0x13266A) is known color: Sapphire. HEX triplet: 13, 26 and 6A. RGB value is (19,38,106). Sum of RGB (Red+Green+Blue) = 19+38+106=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #13266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13266A is #ECD995. Grayscale: #272727. Windows color (decimal): -15522198 or 6956563. OLE color: 6956563.
HSL color Cylindrical-coordinate representation of color #13266A: hue angle of 226.9º 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 #13266A is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 38 | 106 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.58 |
| HSL | 226.9º | 0.7% | 0.25% | - |
| HSV(B) | 226.9º | 0.82% | 0.42% | - |
| XYZ | 3.56 | 2.57 | 13.94 | - |
| YUV | 40.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 106 | 0.82 | 0.64 | 0 | 0.58 | 226.9 | 0.7 | 0.25 |
| Hex | 13 | 26 | 6A | 52 | 40 | 0 | 3A | E3 | 46 | 19 |
| Octal | 23 | 46 | 152 | 122 | 100 | 0 | 72 | 343 | 106 | 31 |
| Binary | 10011 | 100110 | 1101010 | 1010010 | 1000000 | 0 | 111010 | 11100011 | 1000110 | 11001 |
Color Harmonies of #13266A
Complementary color
Monochromatic Colors of #13266A
Black with #13266A
Text Example
Text Example
White with #13266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13266A; }
p { color: rgb(19,38,106); }
H1.HeaderClassName
{
color: #13266A;
}
.AnyTagClassName
{
color: #13266A;
}
</style>
background-color css
<style>
a { background-color: #13266A; }
a { background-color: rgb(19,38,106); }
div.DivClassName
{
background-color: #13266A;
}
.BgClassName
{
background-color: #13266A;
}
</style>
border-color css
<style>
span { border-color: #13266A; }
span { border-color: rgb(19,38,106); }
td.TdClassName
{
border-color: #13266A;
}
.TagClassName
{
border-color: #13266A;
}
</style>