Shades of Sapphire #133164
Tints of Sapphire #133164
RGB
CMYK
RGB Variations
Color information
#133164 (or 0x133164) is known color: Sapphire. HEX triplet: 13, 31 and 64. RGB value is (19,49,100). Sum of RGB (Red+Green+Blue) = 19+49+100=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #133164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133164 is #ECCE9B. Grayscale: #2D2D2D. Windows color (decimal): -15519388 or 6566163. OLE color: 6566163.
HSL color Cylindrical-coordinate representation of color #133164: hue angle of 217.78º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #133164 is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 49 | 100 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.61 |
| HSL | 217.78º | 0.68% | 0.23% | - |
| HSV(B) | 217.78º | 0.81% | 0.39% | - |
| XYZ | 3.67 | 3.26 | 12.49 | - |
| YUV | 45.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 100 | 0.81 | 0.51 | 0 | 0.61 | 217.78 | 0.68 | 0.23 |
| Hex | 13 | 31 | 64 | 51 | 33 | 0 | 3D | DA | 44 | 17 |
| Octal | 23 | 61 | 144 | 121 | 63 | 0 | 75 | 332 | 104 | 27 |
| Binary | 10011 | 110001 | 1100100 | 1010001 | 110011 | 0 | 111101 | 11011010 | 1000100 | 10111 |
Color Harmonies of #133164
Complementary color
Monochromatic Colors of #133164
Black with #133164
Text Example
Text Example
White with #133164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133164; }
p { color: rgb(19,49,100); }
H1.HeaderClassName
{
color: #133164;
}
.AnyTagClassName
{
color: #133164;
}
</style>
background-color css
<style>
a { background-color: #133164; }
a { background-color: rgb(19,49,100); }
div.DivClassName
{
background-color: #133164;
}
.BgClassName
{
background-color: #133164;
}
</style>
border-color css
<style>
span { border-color: #133164; }
span { border-color: rgb(19,49,100); }
td.TdClassName
{
border-color: #133164;
}
.TagClassName
{
border-color: #133164;
}
</style>