Shades of Sapphire #13276A
Tints of Sapphire #13276A
RGB
CMYK
RGB Variations
Color information
#13276A (or 0x13276A) is known color: Sapphire. HEX triplet: 13, 27 and 6A. RGB value is (19,39,106). Sum of RGB (Red+Green+Blue) = 19+39+106=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 106 (41.80% from 255 or 64.63% from 164); Max value from RGB is 106 - color contains mainly: blue. Hex color #13276A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13276A is #ECD895. Grayscale: #282828. Windows color (decimal): -15521942 or 6956819. OLE color: 6956819.
HSL color Cylindrical-coordinate representation of color #13276A: hue angle of 226.21º 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 #13276A is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 39 | 106 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.58 |
| HSL | 226.21º | 0.7% | 0.25% | - |
| HSV(B) | 226.21º | 0.82% | 0.42% | - |
| XYZ | 3.6 | 2.63 | 13.95 | - |
| YUV | 40.66 | 164.87 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 106 | 0.82 | 0.63 | 0 | 0.58 | 226.21 | 0.7 | 0.25 |
| Hex | 13 | 27 | 6A | 52 | 3F | 0 | 3A | E2 | 46 | 19 |
| Octal | 23 | 47 | 152 | 122 | 77 | 0 | 72 | 342 | 106 | 31 |
| Binary | 10011 | 100111 | 1101010 | 1010010 | 111111 | 0 | 111010 | 11100010 | 1000110 | 11001 |
Color Harmonies of #13276A
Complementary color
Monochromatic Colors of #13276A
Black with #13276A
Text Example
Text Example
White with #13276A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13276A; }
p { color: rgb(19,39,106); }
H1.HeaderClassName
{
color: #13276A;
}
.AnyTagClassName
{
color: #13276A;
}
</style>
background-color css
<style>
a { background-color: #13276A; }
a { background-color: rgb(19,39,106); }
div.DivClassName
{
background-color: #13276A;
}
.BgClassName
{
background-color: #13276A;
}
</style>
border-color css
<style>
span { border-color: #13276A; }
span { border-color: rgb(19,39,106); }
td.TdClassName
{
border-color: #13276A;
}
.TagClassName
{
border-color: #13276A;
}
</style>