Shades of Sapphire #133076
Tints of Sapphire #133076
RGB
CMYK
RGB Variations
Color information
#133076 (or 0x133076) is known color: Sapphire. HEX triplet: 13, 30 and 76. RGB value is (19,48,118). Sum of RGB (Red+Green+Blue) = 19+48+118=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #133076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133076 is #ECCF89. Grayscale: #2F2F2F. Windows color (decimal): -15519626 or 7745555. OLE color: 7745555.
HSL color Cylindrical-coordinate representation of color #133076: hue angle of 222.42º 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 #133076 is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 48 | 118 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.54 |
| HSL | 222.42º | 0.72% | 0.27% | - |
| HSV(B) | 222.42º | 0.84% | 0.46% | - |
| XYZ | 4.6 | 3.56 | 17.58 | - |
| YUV | 47.31 | 167.89 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 118 | 0.84 | 0.59 | 0 | 0.54 | 222.42 | 0.72 | 0.27 |
| Hex | 13 | 30 | 76 | 54 | 3B | 0 | 36 | DE | 48 | 1B |
| Octal | 23 | 60 | 166 | 124 | 73 | 0 | 66 | 336 | 110 | 33 |
| Binary | 10011 | 110000 | 1110110 | 1010100 | 111011 | 0 | 110110 | 11011110 | 1001000 | 11011 |
Color Harmonies of #133076
Complementary color
Monochromatic Colors of #133076
Black with #133076
Text Example
Text Example
White with #133076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133076; }
p { color: rgb(19,48,118); }
H1.HeaderClassName
{
color: #133076;
}
.AnyTagClassName
{
color: #133076;
}
</style>
background-color css
<style>
a { background-color: #133076; }
a { background-color: rgb(19,48,118); }
div.DivClassName
{
background-color: #133076;
}
.BgClassName
{
background-color: #133076;
}
</style>
border-color css
<style>
span { border-color: #133076; }
span { border-color: rgb(19,48,118); }
td.TdClassName
{
border-color: #133076;
}
.TagClassName
{
border-color: #133076;
}
</style>