Shades of Sapphire #13286B
Tints of Sapphire #13286B
RGB
CMYK
RGB Variations
Color information
#13286B (or 0x13286B) is known color: Sapphire. HEX triplet: 13, 28 and 6B. RGB value is (19,40,107). Sum of RGB (Red+Green+Blue) = 19+40+107=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #13286B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13286B is #ECD794. Grayscale: #292929. Windows color (decimal): -15521685 or 7022611. OLE color: 7022611.
HSL color Cylindrical-coordinate representation of color #13286B: hue angle of 225.68º 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 #13286B is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 40 | 107 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.58 |
| HSL | 225.68º | 0.7% | 0.25% | - |
| HSV(B) | 225.68º | 0.82% | 0.42% | - |
| XYZ | 3.68 | 2.72 | 14.24 | - |
| YUV | 41.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 107 | 0.82 | 0.63 | 0 | 0.58 | 225.68 | 0.7 | 0.25 |
| Hex | 13 | 28 | 6B | 52 | 3F | 0 | 3A | E2 | 46 | 19 |
| Octal | 23 | 50 | 153 | 122 | 77 | 0 | 72 | 342 | 106 | 31 |
| Binary | 10011 | 101000 | 1101011 | 1010010 | 111111 | 0 | 111010 | 11100010 | 1000110 | 11001 |
Color Harmonies of #13286B
Complementary color
Monochromatic Colors of #13286B
Black with #13286B
Text Example
Text Example
White with #13286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13286B; }
p { color: rgb(19,40,107); }
H1.HeaderClassName
{
color: #13286B;
}
.AnyTagClassName
{
color: #13286B;
}
</style>
background-color css
<style>
a { background-color: #13286B; }
a { background-color: rgb(19,40,107); }
div.DivClassName
{
background-color: #13286B;
}
.BgClassName
{
background-color: #13286B;
}
</style>
border-color css
<style>
span { border-color: #13286B; }
span { border-color: rgb(19,40,107); }
td.TdClassName
{
border-color: #13286B;
}
.TagClassName
{
border-color: #13286B;
}
</style>