Shades of Sapphire #133575
Tints of Sapphire #133575
RGB
CMYK
RGB Variations
Color information
#133575 (or 0x133575) is known color: Sapphire. HEX triplet: 13, 35 and 75. RGB value is (19,53,117). Sum of RGB (Red+Green+Blue) = 19+53+117=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #133575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133575 is #ECCA8A. Grayscale: #313131. Windows color (decimal): -15518347 or 7681299. OLE color: 7681299.
HSL color Cylindrical-coordinate representation of color #133575: hue angle of 219.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #133575 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 53 | 117 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.54 |
| HSL | 219.18º | 0.72% | 0.27% | - |
| HSV(B) | 219.18º | 0.84% | 0.46% | - |
| XYZ | 4.75 | 3.97 | 17.35 | - |
| YUV | 50.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 117 | 0.84 | 0.55 | 0 | 0.54 | 219.18 | 0.72 | 0.27 |
| Hex | 13 | 35 | 75 | 54 | 37 | 0 | 36 | DB | 48 | 1B |
| Octal | 23 | 65 | 165 | 124 | 67 | 0 | 66 | 333 | 110 | 33 |
| Binary | 10011 | 110101 | 1110101 | 1010100 | 110111 | 0 | 110110 | 11011011 | 1001000 | 11011 |
Color Harmonies of #133575
Complementary color
Monochromatic Colors of #133575
Black with #133575
Text Example
Text Example
White with #133575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133575; }
p { color: rgb(19,53,117); }
H1.HeaderClassName
{
color: #133575;
}
.AnyTagClassName
{
color: #133575;
}
</style>
background-color css
<style>
a { background-color: #133575; }
a { background-color: rgb(19,53,117); }
div.DivClassName
{
background-color: #133575;
}
.BgClassName
{
background-color: #133575;
}
</style>
border-color css
<style>
span { border-color: #133575; }
span { border-color: rgb(19,53,117); }
td.TdClassName
{
border-color: #133575;
}
.TagClassName
{
border-color: #133575;
}
</style>