Shades of Sapphire #132351
Tints of Sapphire #132351
RGB
CMYK
RGB Variations
Color information
#132351 (or 0x132351) is known color: Sapphire. HEX triplet: 13, 23 and 51. RGB value is (19,35,81). Sum of RGB (Red+Green+Blue) = 19+35+81=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #132351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132351 is #ECDCAE. Grayscale: #232323. Windows color (decimal): -15522991 or 5317395. OLE color: 5317395.
HSL color Cylindrical-coordinate representation of color #132351: hue angle of 224.52º 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 #132351 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 35 | 81 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.68 |
| HSL | 224.52º | 0.62% | 0.2% | - |
| HSV(B) | 224.52º | 0.77% | 0.32% | - |
| XYZ | 2.35 | 1.93 | 8.03 | - |
| YUV | 35.46 | 153.7 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 81 | 0.77 | 0.57 | 0 | 0.68 | 224.52 | 0.62 | 0.2 |
| Hex | 13 | 23 | 51 | 4D | 39 | 0 | 44 | E1 | 3E | 14 |
| Octal | 23 | 43 | 121 | 115 | 71 | 0 | 104 | 341 | 76 | 24 |
| Binary | 10011 | 100011 | 1010001 | 1001101 | 111001 | 0 | 1000100 | 11100001 | 111110 | 10100 |
Color Harmonies of #132351
Complementary color
Monochromatic Colors of #132351
Black with #132351
Text Example
Text Example
White with #132351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132351; }
p { color: rgb(19,35,81); }
H1.HeaderClassName
{
color: #132351;
}
.AnyTagClassName
{
color: #132351;
}
</style>
background-color css
<style>
a { background-color: #132351; }
a { background-color: rgb(19,35,81); }
div.DivClassName
{
background-color: #132351;
}
.BgClassName
{
background-color: #132351;
}
</style>
border-color css
<style>
span { border-color: #132351; }
span { border-color: rgb(19,35,81); }
td.TdClassName
{
border-color: #132351;
}
.TagClassName
{
border-color: #132351;
}
</style>