Shades of Sapphire #133180
Tints of Sapphire #133180
RGB
CMYK
RGB Variations
Color information
#133180 (or 0x133180) is known color: Sapphire. HEX triplet: 13, 31 and 80. RGB value is (19,49,128). Sum of RGB (Red+Green+Blue) = 19+49+128=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 128 (50.39% from 255 or 65.31% from 196); Max value from RGB is 128 - color contains mainly: blue. Hex color #133180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133180 is #ECCE7F. Grayscale: #303030. Windows color (decimal): -15519360 or 8401171. OLE color: 8401171.
HSL color Cylindrical-coordinate representation of color #133180: hue angle of 223.49º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #133180 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 49 | 128 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.50 |
| HSL | 223.49º | 0.74% | 0.29% | - |
| HSV(B) | 223.49º | 0.85% | 0.5% | - |
| XYZ | 5.26 | 3.89 | 20.9 | - |
| YUV | 49.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 128 | 0.85 | 0.62 | 0 | 0.50 | 223.49 | 0.74 | 0.29 |
| Hex | 13 | 31 | 80 | 55 | 3E | 0 | 32 | DF | 4A | 1D |
| Octal | 23 | 61 | 200 | 125 | 76 | 0 | 62 | 337 | 112 | 35 |
| Binary | 10011 | 110001 | 10000000 | 1010101 | 111110 | 0 | 110010 | 11011111 | 1001010 | 11101 |
Color Harmonies of #133180
Complementary color
Monochromatic Colors of #133180
Black with #133180
Text Example
Text Example
White with #133180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133180; }
p { color: rgb(19,49,128); }
H1.HeaderClassName
{
color: #133180;
}
.AnyTagClassName
{
color: #133180;
}
</style>
background-color css
<style>
a { background-color: #133180; }
a { background-color: rgb(19,49,128); }
div.DivClassName
{
background-color: #133180;
}
.BgClassName
{
background-color: #133180;
}
</style>
border-color css
<style>
span { border-color: #133180; }
span { border-color: rgb(19,49,128); }
td.TdClassName
{
border-color: #133180;
}
.TagClassName
{
border-color: #133180;
}
</style>