Shades of Sapphire #132E58
Tints of Sapphire #132E58
RGB
CMYK
RGB Variations
Color information
#132E58 (or 0x132E58) is known color: Sapphire. HEX triplet: 13, 2E and 58. RGB value is (19,46,88). Sum of RGB (Red+Green+Blue) = 19+46+88=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #132E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E58 is #ECD1A7. Grayscale: #2A2A2A. Windows color (decimal): -15520168 or 5778963. OLE color: 5778963.
HSL color Cylindrical-coordinate representation of color #132E58: hue angle of 216.52º 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 #132E58 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 46 | 88 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.65 |
| HSL | 216.52º | 0.64% | 0.21% | - |
| HSV(B) | 216.52º | 0.78% | 0.35% | - |
| XYZ | 3.01 | 2.8 | 9.61 | - |
| YUV | 42.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 88 | 0.78 | 0.48 | 0 | 0.65 | 216.52 | 0.64 | 0.21 |
| Hex | 13 | 2E | 58 | 4E | 30 | 0 | 41 | D9 | 40 | 15 |
| Octal | 23 | 56 | 130 | 116 | 60 | 0 | 101 | 331 | 100 | 25 |
| Binary | 10011 | 101110 | 1011000 | 1001110 | 110000 | 0 | 1000001 | 11011001 | 1000000 | 10101 |
Color Harmonies of #132E58
Complementary color
Monochromatic Colors of #132E58
Black with #132E58
Text Example
Text Example
White with #132E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E58; }
p { color: rgb(19,46,88); }
H1.HeaderClassName
{
color: #132E58;
}
.AnyTagClassName
{
color: #132E58;
}
</style>
background-color css
<style>
a { background-color: #132E58; }
a { background-color: rgb(19,46,88); }
div.DivClassName
{
background-color: #132E58;
}
.BgClassName
{
background-color: #132E58;
}
</style>
border-color css
<style>
span { border-color: #132E58; }
span { border-color: rgb(19,46,88); }
td.TdClassName
{
border-color: #132E58;
}
.TagClassName
{
border-color: #132E58;
}
</style>