Shades of Sapphire #133260
Tints of Sapphire #133260
RGB
CMYK
RGB Variations
Color information
#133260 (or 0x133260) is known color: Sapphire. HEX triplet: 13, 32 and 60. RGB value is (19,50,96). Sum of RGB (Red+Green+Blue) = 19+50+96=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 96 (37.89% from 255 or 58.18% from 165); Max value from RGB is 96 - color contains mainly: blue. Hex color #133260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133260 is #ECCD9F. Grayscale: #2D2D2D. Windows color (decimal): -15519136 or 6304275. OLE color: 6304275.
HSL color Cylindrical-coordinate representation of color #133260: hue angle of 215.84º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #133260 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 50 | 96 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.62 |
| HSL | 215.84º | 0.67% | 0.23% | - |
| HSV(B) | 215.84º | 0.8% | 0.38% | - |
| XYZ | 3.52 | 3.26 | 11.51 | - |
| YUV | 45.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 96 | 0.80 | 0.48 | 0 | 0.62 | 215.84 | 0.67 | 0.23 |
| Hex | 13 | 32 | 60 | 50 | 30 | 0 | 3E | D8 | 43 | 17 |
| Octal | 23 | 62 | 140 | 120 | 60 | 0 | 76 | 330 | 103 | 27 |
| Binary | 10011 | 110010 | 1100000 | 1010000 | 110000 | 0 | 111110 | 11011000 | 1000011 | 10111 |
Color Harmonies of #133260
Complementary color
Monochromatic Colors of #133260
Black with #133260
Text Example
Text Example
White with #133260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133260; }
p { color: rgb(19,50,96); }
H1.HeaderClassName
{
color: #133260;
}
.AnyTagClassName
{
color: #133260;
}
</style>
background-color css
<style>
a { background-color: #133260; }
a { background-color: rgb(19,50,96); }
div.DivClassName
{
background-color: #133260;
}
.BgClassName
{
background-color: #133260;
}
</style>
border-color css
<style>
span { border-color: #133260; }
span { border-color: rgb(19,50,96); }
td.TdClassName
{
border-color: #133260;
}
.TagClassName
{
border-color: #133260;
}
</style>