Shades of Sapphire #13337C
Tints of Sapphire #13337C
RGB
CMYK
RGB Variations
Color information
#13337C (or 0x13337C) is known color: Sapphire. HEX triplet: 13, 33 and 7C. RGB value is (19,51,124). Sum of RGB (Red+Green+Blue) = 19+51+124=194 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.79% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #13337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13337C is #ECCC83. Grayscale: #313131. Windows color (decimal): -15518852 or 8139539. OLE color: 8139539.
HSL color Cylindrical-coordinate representation of color #13337C: hue angle of 221.71º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13337C is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 51 | 124 | - |
| CMYK | 0.85 | 0.59 | 0 | 0.51 |
| HSL | 221.71º | 0.73% | 0.28% | - |
| HSV(B) | 221.71º | 0.85% | 0.49% | - |
| XYZ | 5.09 | 3.96 | 19.57 | - |
| YUV | 49.75 | 169.9 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 124 | 0.85 | 0.59 | 0 | 0.51 | 221.71 | 0.73 | 0.28 |
| Hex | 13 | 33 | 7C | 55 | 3B | 0 | 33 | DE | 49 | 1C |
| Octal | 23 | 63 | 174 | 125 | 73 | 0 | 63 | 336 | 111 | 34 |
| Binary | 10011 | 110011 | 1111100 | 1010101 | 111011 | 0 | 110011 | 11011110 | 1001001 | 11100 |
Color Harmonies of #13337C
Complementary color
Monochromatic Colors of #13337C
Black with #13337C
Text Example
Text Example
White with #13337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13337C; }
p { color: rgb(19,51,124); }
H1.HeaderClassName
{
color: #13337C;
}
.AnyTagClassName
{
color: #13337C;
}
</style>
background-color css
<style>
a { background-color: #13337C; }
a { background-color: rgb(19,51,124); }
div.DivClassName
{
background-color: #13337C;
}
.BgClassName
{
background-color: #13337C;
}
</style>
border-color css
<style>
span { border-color: #13337C; }
span { border-color: rgb(19,51,124); }
td.TdClassName
{
border-color: #13337C;
}
.TagClassName
{
border-color: #13337C;
}
</style>