Shades of Sapphire #13276C
Tints of Sapphire #13276C
RGB
CMYK
RGB Variations
Color information
#13276C (or 0x13276C) is known color: Sapphire. HEX triplet: 13, 27 and 6C. RGB value is (19,39,108). Sum of RGB (Red+Green+Blue) = 19+39+108=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #13276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13276C is #ECD893. Grayscale: #282828. Windows color (decimal): -15521940 or 7087891. OLE color: 7087891.
HSL color Cylindrical-coordinate representation of color #13276C: hue angle of 226.52º 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 #13276C is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 39 | 108 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.58 |
| HSL | 226.52º | 0.7% | 0.25% | - |
| HSV(B) | 226.52º | 0.82% | 0.42% | - |
| XYZ | 3.7 | 2.67 | 14.51 | - |
| YUV | 40.89 | 165.87 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 108 | 0.82 | 0.64 | 0 | 0.58 | 226.52 | 0.7 | 0.25 |
| Hex | 13 | 27 | 6C | 52 | 40 | 0 | 3A | E3 | 46 | 19 |
| Octal | 23 | 47 | 154 | 122 | 100 | 0 | 72 | 343 | 106 | 31 |
| Binary | 10011 | 100111 | 1101100 | 1010010 | 1000000 | 0 | 111010 | 11100011 | 1000110 | 11001 |
Color Harmonies of #13276C
Complementary color
Monochromatic Colors of #13276C
Black with #13276C
Text Example
Text Example
White with #13276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13276C; }
p { color: rgb(19,39,108); }
H1.HeaderClassName
{
color: #13276C;
}
.AnyTagClassName
{
color: #13276C;
}
</style>
background-color css
<style>
a { background-color: #13276C; }
a { background-color: rgb(19,39,108); }
div.DivClassName
{
background-color: #13276C;
}
.BgClassName
{
background-color: #13276C;
}
</style>
border-color css
<style>
span { border-color: #13276C; }
span { border-color: rgb(19,39,108); }
td.TdClassName
{
border-color: #13276C;
}
.TagClassName
{
border-color: #13276C;
}
</style>