Shades of Sapphire #133275
Tints of Sapphire #133275
RGB
CMYK
RGB Variations
Color information
#133275 (or 0x133275) is known color: Sapphire. HEX triplet: 13, 32 and 75. RGB value is (19,50,117). Sum of RGB (Red+Green+Blue) = 19+50+117=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #133275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133275 is #ECCD8A. Grayscale: #303030. Windows color (decimal): -15519115 or 7680531. OLE color: 7680531.
HSL color Cylindrical-coordinate representation of color #133275: hue angle of 221.02º 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 #133275 is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 50 | 117 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.54 |
| HSL | 221.02º | 0.72% | 0.27% | - |
| HSV(B) | 221.02º | 0.84% | 0.46% | - |
| XYZ | 4.62 | 3.7 | 17.3 | - |
| YUV | 48.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 117 | 0.84 | 0.57 | 0 | 0.54 | 221.02 | 0.72 | 0.27 |
| Hex | 13 | 32 | 75 | 54 | 39 | 0 | 36 | DD | 48 | 1B |
| Octal | 23 | 62 | 165 | 124 | 71 | 0 | 66 | 335 | 110 | 33 |
| Binary | 10011 | 110010 | 1110101 | 1010100 | 111001 | 0 | 110110 | 11011101 | 1001000 | 11011 |
Color Harmonies of #133275
Complementary color
Monochromatic Colors of #133275
Black with #133275
Text Example
Text Example
White with #133275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133275; }
p { color: rgb(19,50,117); }
H1.HeaderClassName
{
color: #133275;
}
.AnyTagClassName
{
color: #133275;
}
</style>
background-color css
<style>
a { background-color: #133275; }
a { background-color: rgb(19,50,117); }
div.DivClassName
{
background-color: #133275;
}
.BgClassName
{
background-color: #133275;
}
</style>
border-color css
<style>
span { border-color: #133275; }
span { border-color: rgb(19,50,117); }
td.TdClassName
{
border-color: #133275;
}
.TagClassName
{
border-color: #133275;
}
</style>