Shades of Sapphire #13306D
Tints of Sapphire #13306D
RGB
CMYK
RGB Variations
Color information
#13306D (or 0x13306D) is known color: Sapphire. HEX triplet: 13, 30 and 6D. RGB value is (19,48,109). Sum of RGB (Red+Green+Blue) = 19+48+109=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #13306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13306D is #ECCF92. Grayscale: #2E2E2E. Windows color (decimal): -15519635 or 7155731. OLE color: 7155731.
HSL color Cylindrical-coordinate representation of color #13306D: hue angle of 220.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13306D is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 48 | 109 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.57 |
| HSL | 220.67º | 0.7% | 0.25% | - |
| HSV(B) | 220.67º | 0.83% | 0.43% | - |
| XYZ | 4.09 | 3.36 | 14.9 | - |
| YUV | 46.28 | 163.39 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 109 | 0.83 | 0.56 | 0 | 0.57 | 220.67 | 0.7 | 0.25 |
| Hex | 13 | 30 | 6D | 53 | 38 | 0 | 39 | DD | 46 | 19 |
| Octal | 23 | 60 | 155 | 123 | 70 | 0 | 71 | 335 | 106 | 31 |
| Binary | 10011 | 110000 | 1101101 | 1010011 | 111000 | 0 | 111001 | 11011101 | 1000110 | 11001 |
Color Harmonies of #13306D
Complementary color
Monochromatic Colors of #13306D
Black with #13306D
Text Example
Text Example
White with #13306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13306D; }
p { color: rgb(19,48,109); }
H1.HeaderClassName
{
color: #13306D;
}
.AnyTagClassName
{
color: #13306D;
}
</style>
background-color css
<style>
a { background-color: #13306D; }
a { background-color: rgb(19,48,109); }
div.DivClassName
{
background-color: #13306D;
}
.BgClassName
{
background-color: #13306D;
}
</style>
border-color css
<style>
span { border-color: #13306D; }
span { border-color: rgb(19,48,109); }
td.TdClassName
{
border-color: #13306D;
}
.TagClassName
{
border-color: #13306D;
}
</style>