Shades of Sapphire #132E63
Tints of Sapphire #132E63
RGB
CMYK
RGB Variations
Color information
#132E63 (or 0x132E63) is known color: Sapphire. HEX triplet: 13, 2E and 63. RGB value is (19,46,99). Sum of RGB (Red+Green+Blue) = 19+46+99=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 46 (18.36% from 255 or 28.05% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #132E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E63 is #ECD19C. Grayscale: #2B2B2B. Windows color (decimal): -15520157 or 6499859. OLE color: 6499859.
HSL color Cylindrical-coordinate representation of color #132E63: hue angle of 219.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #132E63 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 46 | 99 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.61 |
| HSL | 219.75º | 0.68% | 0.23% | - |
| HSV(B) | 219.75º | 0.81% | 0.39% | - |
| XYZ | 3.5 | 2.99 | 12.2 | - |
| YUV | 43.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 99 | 0.81 | 0.54 | 0 | 0.61 | 219.75 | 0.68 | 0.23 |
| Hex | 13 | 2E | 63 | 51 | 36 | 0 | 3D | DC | 44 | 17 |
| Octal | 23 | 56 | 143 | 121 | 66 | 0 | 75 | 334 | 104 | 27 |
| Binary | 10011 | 101110 | 1100011 | 1010001 | 110110 | 0 | 111101 | 11011100 | 1000100 | 10111 |
Color Harmonies of #132E63
Complementary color
Monochromatic Colors of #132E63
Black with #132E63
Text Example
Text Example
White with #132E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E63; }
p { color: rgb(19,46,99); }
H1.HeaderClassName
{
color: #132E63;
}
.AnyTagClassName
{
color: #132E63;
}
</style>
background-color css
<style>
a { background-color: #132E63; }
a { background-color: rgb(19,46,99); }
div.DivClassName
{
background-color: #132E63;
}
.BgClassName
{
background-color: #132E63;
}
</style>
border-color css
<style>
span { border-color: #132E63; }
span { border-color: rgb(19,46,99); }
td.TdClassName
{
border-color: #132E63;
}
.TagClassName
{
border-color: #132E63;
}
</style>