Shades of Sapphire #132167
Tints of Sapphire #132167
RGB
CMYK
RGB Variations
Color information
#132167 (or 0x132167) is known color: Sapphire. HEX triplet: 13, 21 and 67. RGB value is (19,33,103). Sum of RGB (Red+Green+Blue) = 19+33+103=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #132167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132167 is #ECDE98. Grayscale: #242424. Windows color (decimal): -15523481 or 6758675. OLE color: 6758675.
HSL color Cylindrical-coordinate representation of color #132167: hue angle of 230º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #132167 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 19 | 33 | 103 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.60 |
| HSL | 230º | 0.69% | 0.24% | - |
| HSV(B) | 230º | 0.82% | 0.4% | - |
| XYZ | 3.26 | 2.21 | 13.09 | - |
| YUV | 36.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 103 | 0.82 | 0.68 | 0 | 0.60 | 230 | 0.69 | 0.24 |
| Hex | 13 | 21 | 67 | 52 | 44 | 0 | 3C | E6 | 45 | 18 |
| Octal | 23 | 41 | 147 | 122 | 104 | 0 | 74 | 346 | 105 | 30 |
| Binary | 10011 | 100001 | 1100111 | 1010010 | 1000100 | 0 | 111100 | 11100110 | 1000101 | 11000 |
Color Harmonies of #132167
Complementary color
Monochromatic Colors of #132167
Black with #132167
Text Example
Text Example
White with #132167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132167; }
p { color: rgb(19,33,103); }
H1.HeaderClassName
{
color: #132167;
}
.AnyTagClassName
{
color: #132167;
}
</style>
background-color css
<style>
a { background-color: #132167; }
a { background-color: rgb(19,33,103); }
div.DivClassName
{
background-color: #132167;
}
.BgClassName
{
background-color: #132167;
}
</style>
border-color css
<style>
span { border-color: #132167; }
span { border-color: rgb(19,33,103); }
td.TdClassName
{
border-color: #132167;
}
.TagClassName
{
border-color: #132167;
}
</style>