Shades of Sapphire #132151
Tints of Sapphire #132151
RGB
CMYK
RGB Variations
Color information
#132151 (or 0x132151) is known color: Sapphire. HEX triplet: 13, 21 and 51. RGB value is (19,33,81). Sum of RGB (Red+Green+Blue) = 19+33+81=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #132151 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132151 is #ECDEAE. Grayscale: #222222. Windows color (decimal): -15523503 or 5316883. OLE color: 5316883.
HSL color Cylindrical-coordinate representation of color #132151: hue angle of 226.45º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132151 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 33 | 81 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.68 |
| HSL | 226.45º | 0.62% | 0.2% | - |
| HSV(B) | 226.45º | 0.77% | 0.32% | - |
| XYZ | 2.3 | 1.82 | 8.01 | - |
| YUV | 34.29 | 154.36 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 81 | 0.77 | 0.59 | 0 | 0.68 | 226.45 | 0.62 | 0.2 |
| Hex | 13 | 21 | 51 | 4D | 3B | 0 | 44 | E2 | 3E | 14 |
| Octal | 23 | 41 | 121 | 115 | 73 | 0 | 104 | 342 | 76 | 24 |
| Binary | 10011 | 100001 | 1010001 | 1001101 | 111011 | 0 | 1000100 | 11100010 | 111110 | 10100 |
Color Harmonies of #132151
Complementary color
Monochromatic Colors of #132151
Black with #132151
Text Example
Text Example
White with #132151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132151; }
p { color: rgb(19,33,81); }
H1.HeaderClassName
{
color: #132151;
}
.AnyTagClassName
{
color: #132151;
}
</style>
background-color css
<style>
a { background-color: #132151; }
a { background-color: rgb(19,33,81); }
div.DivClassName
{
background-color: #132151;
}
.BgClassName
{
background-color: #132151;
}
</style>
border-color css
<style>
span { border-color: #132151; }
span { border-color: rgb(19,33,81); }
td.TdClassName
{
border-color: #132151;
}
.TagClassName
{
border-color: #132151;
}
</style>