Shades of Sapphire #132353
Tints of Sapphire #132353
RGB
CMYK
RGB Variations
Color information
#132353 (or 0x132353) is known color: Sapphire. HEX triplet: 13, 23 and 53. RGB value is (19,35,83). Sum of RGB (Red+Green+Blue) = 19+35+83=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 83 (32.81% from 255 or 60.58% from 137); Max value from RGB is 83 - color contains mainly: blue. Hex color #132353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132353 is #ECDCAC. Grayscale: #232323. Windows color (decimal): -15522989 or 5448467. OLE color: 5448467.
HSL color Cylindrical-coordinate representation of color #132353: hue angle of 225º 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 #132353 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 35 | 83 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.67 |
| HSL | 225º | 0.63% | 0.2% | - |
| HSV(B) | 225º | 0.77% | 0.33% | - |
| XYZ | 2.43 | 1.97 | 8.43 | - |
| YUV | 35.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 83 | 0.77 | 0.58 | 0 | 0.67 | 225 | 0.63 | 0.2 |
| Hex | 13 | 23 | 53 | 4D | 3A | 0 | 43 | E1 | 3F | 14 |
| Octal | 23 | 43 | 123 | 115 | 72 | 0 | 103 | 341 | 77 | 24 |
| Binary | 10011 | 100011 | 1010011 | 1001101 | 111010 | 0 | 1000011 | 11100001 | 111111 | 10100 |
Color Harmonies of #132353
Complementary color
Monochromatic Colors of #132353
Black with #132353
Text Example
Text Example
White with #132353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132353; }
p { color: rgb(19,35,83); }
H1.HeaderClassName
{
color: #132353;
}
.AnyTagClassName
{
color: #132353;
}
</style>
background-color css
<style>
a { background-color: #132353; }
a { background-color: rgb(19,35,83); }
div.DivClassName
{
background-color: #132353;
}
.BgClassName
{
background-color: #132353;
}
</style>
border-color css
<style>
span { border-color: #132353; }
span { border-color: rgb(19,35,83); }
td.TdClassName
{
border-color: #132353;
}
.TagClassName
{
border-color: #132353;
}
</style>