Shades of Sapphire #133168
Tints of Sapphire #133168
RGB
CMYK
RGB Variations
Color information
#133168 (or 0x133168) is known color: Sapphire. HEX triplet: 13, 31 and 68. RGB value is (19,49,104). Sum of RGB (Red+Green+Blue) = 19+49+104=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #133168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133168 is #ECCE97. Grayscale: #2E2E2E. Windows color (decimal): -15519384 or 6828307. OLE color: 6828307.
HSL color Cylindrical-coordinate representation of color #133168: hue angle of 218.82º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133168 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 49 | 104 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.59 |
| HSL | 218.82º | 0.69% | 0.24% | - |
| HSV(B) | 218.82º | 0.82% | 0.41% | - |
| XYZ | 3.87 | 3.33 | 13.54 | - |
| YUV | 46.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 104 | 0.82 | 0.53 | 0 | 0.59 | 218.82 | 0.69 | 0.24 |
| Hex | 13 | 31 | 68 | 52 | 35 | 0 | 3B | DB | 45 | 18 |
| Octal | 23 | 61 | 150 | 122 | 65 | 0 | 73 | 333 | 105 | 30 |
| Binary | 10011 | 110001 | 1101000 | 1010010 | 110101 | 0 | 111011 | 11011011 | 1000101 | 11000 |
Color Harmonies of #133168
Complementary color
Monochromatic Colors of #133168
Black with #133168
Text Example
Text Example
White with #133168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133168; }
p { color: rgb(19,49,104); }
H1.HeaderClassName
{
color: #133168;
}
.AnyTagClassName
{
color: #133168;
}
</style>
background-color css
<style>
a { background-color: #133168; }
a { background-color: rgb(19,49,104); }
div.DivClassName
{
background-color: #133168;
}
.BgClassName
{
background-color: #133168;
}
</style>
border-color css
<style>
span { border-color: #133168; }
span { border-color: rgb(19,49,104); }
td.TdClassName
{
border-color: #133168;
}
.TagClassName
{
border-color: #133168;
}
</style>