Shades of Sapphire #13337A
Tints of Sapphire #13337A
RGB
CMYK
RGB Variations
Color information
#13337A (or 0x13337A) is known color: Sapphire. HEX triplet: 13, 33 and 7A. RGB value is (19,51,122). Sum of RGB (Red+Green+Blue) = 19+51+122=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #13337A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13337A is #ECCC85. Grayscale: #313131. Windows color (decimal): -15518854 or 8008467. OLE color: 8008467.
HSL color Cylindrical-coordinate representation of color #13337A: hue angle of 221.36º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13337A is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 51 | 122 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.52 |
| HSL | 221.36º | 0.73% | 0.28% | - |
| HSV(B) | 221.36º | 0.84% | 0.48% | - |
| XYZ | 4.97 | 3.91 | 18.91 | - |
| YUV | 49.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 122 | 0.84 | 0.58 | 0 | 0.52 | 221.36 | 0.73 | 0.28 |
| Hex | 13 | 33 | 7A | 54 | 3A | 0 | 34 | DD | 49 | 1C |
| Octal | 23 | 63 | 172 | 124 | 72 | 0 | 64 | 335 | 111 | 34 |
| Binary | 10011 | 110011 | 1111010 | 1010100 | 111010 | 0 | 110100 | 11011101 | 1001001 | 11100 |
Color Harmonies of #13337A
Complementary color
Monochromatic Colors of #13337A
Black with #13337A
Text Example
Text Example
White with #13337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13337A; }
p { color: rgb(19,51,122); }
H1.HeaderClassName
{
color: #13337A;
}
.AnyTagClassName
{
color: #13337A;
}
</style>
background-color css
<style>
a { background-color: #13337A; }
a { background-color: rgb(19,51,122); }
div.DivClassName
{
background-color: #13337A;
}
.BgClassName
{
background-color: #13337A;
}
</style>
border-color css
<style>
span { border-color: #13337A; }
span { border-color: rgb(19,51,122); }
td.TdClassName
{
border-color: #13337A;
}
.TagClassName
{
border-color: #13337A;
}
</style>