Shades of Sapphire #132451
Tints of Sapphire #132451
RGB
CMYK
RGB Variations
Color information
#132451 (or 0x132451) is known color: Sapphire. HEX triplet: 13, 24 and 51. RGB value is (19,36,81). Sum of RGB (Red+Green+Blue) = 19+36+81=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #132451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132451 is #ECDBAE. Grayscale: #232323. Windows color (decimal): -15522735 or 5317651. OLE color: 5317651.
HSL color Cylindrical-coordinate representation of color #132451: hue angle of 223.55º 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 #132451 is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 19 | 36 | 81 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.68 |
| HSL | 223.55º | 0.62% | 0.2% | - |
| HSV(B) | 223.55º | 0.77% | 0.32% | - |
| XYZ | 2.38 | 1.99 | 8.04 | - |
| YUV | 36.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 81 | 0.77 | 0.56 | 0 | 0.68 | 223.55 | 0.62 | 0.2 |
| Hex | 13 | 24 | 51 | 4D | 38 | 0 | 44 | E0 | 3E | 14 |
| Octal | 23 | 44 | 121 | 115 | 70 | 0 | 104 | 340 | 76 | 24 |
| Binary | 10011 | 100100 | 1010001 | 1001101 | 111000 | 0 | 1000100 | 11100000 | 111110 | 10100 |
Color Harmonies of #132451
Complementary color
Monochromatic Colors of #132451
Black with #132451
Text Example
Text Example
White with #132451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132451; }
p { color: rgb(19,36,81); }
H1.HeaderClassName
{
color: #132451;
}
.AnyTagClassName
{
color: #132451;
}
</style>
background-color css
<style>
a { background-color: #132451; }
a { background-color: rgb(19,36,81); }
div.DivClassName
{
background-color: #132451;
}
.BgClassName
{
background-color: #132451;
}
</style>
border-color css
<style>
span { border-color: #132451; }
span { border-color: rgb(19,36,81); }
td.TdClassName
{
border-color: #132451;
}
.TagClassName
{
border-color: #132451;
}
</style>