Shades of Sapphire #132A58
Tints of Sapphire #132A58
RGB
CMYK
RGB Variations
Color information
#132A58 (or 0x132A58) is known color: Sapphire. HEX triplet: 13, 2A and 58. RGB value is (19,42,88). Sum of RGB (Red+Green+Blue) = 19+42+88=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #132A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132A58 is #ECD5A7. Grayscale: #282828. Windows color (decimal): -15521192 or 5777939. OLE color: 5777939.
HSL color Cylindrical-coordinate representation of color #132A58: hue angle of 220º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132A58 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 42 | 88 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.65 |
| HSL | 220º | 0.64% | 0.21% | - |
| HSV(B) | 220º | 0.78% | 0.35% | - |
| XYZ | 2.86 | 2.5 | 9.56 | - |
| YUV | 40.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 88 | 0.78 | 0.52 | 0 | 0.65 | 220 | 0.64 | 0.21 |
| Hex | 13 | 2A | 58 | 4E | 34 | 0 | 41 | DC | 40 | 15 |
| Octal | 23 | 52 | 130 | 116 | 64 | 0 | 101 | 334 | 100 | 25 |
| Binary | 10011 | 101010 | 1011000 | 1001110 | 110100 | 0 | 1000001 | 11011100 | 1000000 | 10101 |
Color Harmonies of #132A58
Complementary color
Monochromatic Colors of #132A58
Black with #132A58
Text Example
Text Example
White with #132A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132A58; }
p { color: rgb(19,42,88); }
H1.HeaderClassName
{
color: #132A58;
}
.AnyTagClassName
{
color: #132A58;
}
</style>
background-color css
<style>
a { background-color: #132A58; }
a { background-color: rgb(19,42,88); }
div.DivClassName
{
background-color: #132A58;
}
.BgClassName
{
background-color: #132A58;
}
</style>
border-color css
<style>
span { border-color: #132A58; }
span { border-color: rgb(19,42,88); }
td.TdClassName
{
border-color: #132A58;
}
.TagClassName
{
border-color: #132A58;
}
</style>