Shades of Sapphire #132354
Tints of Sapphire #132354
RGB
CMYK
RGB Variations
Color information
#132354 (or 0x132354) is known color: Sapphire. HEX triplet: 13, 23 and 54. RGB value is (19,35,84). Sum of RGB (Red+Green+Blue) = 19+35+84=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #132354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132354 is #ECDCAB. Grayscale: #232323. Windows color (decimal): -15522988 or 5514003. OLE color: 5514003.
HSL color Cylindrical-coordinate representation of color #132354: hue angle of 225.23º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #132354 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 35 | 84 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.67 |
| HSL | 225.23º | 0.63% | 0.2% | - |
| HSV(B) | 225.23º | 0.77% | 0.33% | - |
| XYZ | 2.47 | 1.98 | 8.64 | - |
| YUV | 35.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 84 | 0.77 | 0.58 | 0 | 0.67 | 225.23 | 0.63 | 0.2 |
| Hex | 13 | 23 | 54 | 4D | 3A | 0 | 43 | E1 | 3F | 14 |
| Octal | 23 | 43 | 124 | 115 | 72 | 0 | 103 | 341 | 77 | 24 |
| Binary | 10011 | 100011 | 1010100 | 1001101 | 111010 | 0 | 1000011 | 11100001 | 111111 | 10100 |
Color Harmonies of #132354
Complementary color
Monochromatic Colors of #132354
Black with #132354
Text Example
Text Example
White with #132354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132354; }
p { color: rgb(19,35,84); }
H1.HeaderClassName
{
color: #132354;
}
.AnyTagClassName
{
color: #132354;
}
</style>
background-color css
<style>
a { background-color: #132354; }
a { background-color: rgb(19,35,84); }
div.DivClassName
{
background-color: #132354;
}
.BgClassName
{
background-color: #132354;
}
</style>
border-color css
<style>
span { border-color: #132354; }
span { border-color: rgb(19,35,84); }
td.TdClassName
{
border-color: #132354;
}
.TagClassName
{
border-color: #132354;
}
</style>