Shades of Sapphire #132A53
Tints of Sapphire #132A53
RGB
CMYK
RGB Variations
Color information
#132A53 (or 0x132A53) is known color: Sapphire. HEX triplet: 13, 2A and 53. RGB value is (19,42,83). Sum of RGB (Red+Green+Blue) = 19+42+83=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #132A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A53 is #ECD5AC. Grayscale: #272727. Windows color (decimal): -15521197 or 5450259. OLE color: 5450259.
HSL color Cylindrical-coordinate representation of color #132A53: hue angle of 218.44º 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 #132A53 is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 42 | 83 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.67 |
| HSL | 218.44º | 0.63% | 0.2% | - |
| HSV(B) | 218.44º | 0.77% | 0.33% | - |
| XYZ | 2.66 | 2.42 | 8.51 | - |
| YUV | 39.8 | 152.38 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 83 | 0.77 | 0.49 | 0 | 0.67 | 218.44 | 0.63 | 0.2 |
| Hex | 13 | 2A | 53 | 4D | 31 | 0 | 43 | DA | 3F | 14 |
| Octal | 23 | 52 | 123 | 115 | 61 | 0 | 103 | 332 | 77 | 24 |
| Binary | 10011 | 101010 | 1010011 | 1001101 | 110001 | 0 | 1000011 | 11011010 | 111111 | 10100 |
Color Harmonies of #132A53
Complementary color
Monochromatic Colors of #132A53
Black with #132A53
Text Example
Text Example
White with #132A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A53; }
p { color: rgb(19,42,83); }
H1.HeaderClassName
{
color: #132A53;
}
.AnyTagClassName
{
color: #132A53;
}
</style>
background-color css
<style>
a { background-color: #132A53; }
a { background-color: rgb(19,42,83); }
div.DivClassName
{
background-color: #132A53;
}
.BgClassName
{
background-color: #132A53;
}
</style>
border-color css
<style>
span { border-color: #132A53; }
span { border-color: rgb(19,42,83); }
td.TdClassName
{
border-color: #132A53;
}
.TagClassName
{
border-color: #132A53;
}
</style>