Shades of Sapphire #132A5B
Tints of Sapphire #132A5B
RGB
CMYK
RGB Variations
Color information
#132A5B (or 0x132A5B) is known color: Sapphire. HEX triplet: 13, 2A and 5B. RGB value is (19,42,91). Sum of RGB (Red+Green+Blue) = 19+42+91=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #132A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A5B is #ECD5A4. Grayscale: #282828. Windows color (decimal): -15521189 or 5974547. OLE color: 5974547.
HSL color Cylindrical-coordinate representation of color #132A5B: hue angle of 220.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132A5B is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 19 | 42 | 91 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.64 |
| HSL | 220.83º | 0.65% | 0.22% | - |
| HSV(B) | 220.83º | 0.79% | 0.36% | - |
| XYZ | 2.98 | 2.55 | 10.23 | - |
| YUV | 40.71 | 156.38 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 91 | 0.79 | 0.54 | 0 | 0.64 | 220.83 | 0.65 | 0.22 |
| Hex | 13 | 2A | 5B | 4F | 36 | 0 | 40 | DD | 41 | 16 |
| Octal | 23 | 52 | 133 | 117 | 66 | 0 | 100 | 335 | 101 | 26 |
| Binary | 10011 | 101010 | 1011011 | 1001111 | 110110 | 0 | 1000000 | 11011101 | 1000001 | 10110 |
Color Harmonies of #132A5B
Complementary color
Monochromatic Colors of #132A5B
Black with #132A5B
Text Example
Text Example
White with #132A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A5B; }
p { color: rgb(19,42,91); }
H1.HeaderClassName
{
color: #132A5B;
}
.AnyTagClassName
{
color: #132A5B;
}
</style>
background-color css
<style>
a { background-color: #132A5B; }
a { background-color: rgb(19,42,91); }
div.DivClassName
{
background-color: #132A5B;
}
.BgClassName
{
background-color: #132A5B;
}
</style>
border-color css
<style>
span { border-color: #132A5B; }
span { border-color: rgb(19,42,91); }
td.TdClassName
{
border-color: #132A5B;
}
.TagClassName
{
border-color: #132A5B;
}
</style>