Shades of Sapphire #13306C
Tints of Sapphire #13306C
RGB
CMYK
RGB Variations
Color information
#13306C (or 0x13306C) is known color: Sapphire. HEX triplet: 13, 30 and 6C. RGB value is (19,48,108). Sum of RGB (Red+Green+Blue) = 19+48+108=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #13306C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13306C is #ECCF93. Grayscale: #2D2D2D. Windows color (decimal): -15519636 or 7090195. OLE color: 7090195.
HSL color Cylindrical-coordinate representation of color #13306C: hue angle of 220.45º 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 #13306C is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 48 | 108 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.58 |
| HSL | 220.45º | 0.7% | 0.25% | - |
| HSV(B) | 220.45º | 0.82% | 0.42% | - |
| XYZ | 4.03 | 3.34 | 14.62 | - |
| YUV | 46.17 | 162.89 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 108 | 0.82 | 0.56 | 0 | 0.58 | 220.45 | 0.7 | 0.25 |
| Hex | 13 | 30 | 6C | 52 | 38 | 0 | 3A | DC | 46 | 19 |
| Octal | 23 | 60 | 154 | 122 | 70 | 0 | 72 | 334 | 106 | 31 |
| Binary | 10011 | 110000 | 1101100 | 1010010 | 111000 | 0 | 111010 | 11011100 | 1000110 | 11001 |
Color Harmonies of #13306C
Complementary color
Monochromatic Colors of #13306C
Black with #13306C
Text Example
Text Example
White with #13306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13306C; }
p { color: rgb(19,48,108); }
H1.HeaderClassName
{
color: #13306C;
}
.AnyTagClassName
{
color: #13306C;
}
</style>
background-color css
<style>
a { background-color: #13306C; }
a { background-color: rgb(19,48,108); }
div.DivClassName
{
background-color: #13306C;
}
.BgClassName
{
background-color: #13306C;
}
</style>
border-color css
<style>
span { border-color: #13306C; }
span { border-color: rgb(19,48,108); }
td.TdClassName
{
border-color: #13306C;
}
.TagClassName
{
border-color: #13306C;
}
</style>