Shades of Sapphire #132E5A
Tints of Sapphire #132E5A
RGB
CMYK
RGB Variations
Color information
#132E5A (or 0x132E5A) is known color: Sapphire. HEX triplet: 13, 2E and 5A. RGB value is (19,46,90). Sum of RGB (Red+Green+Blue) = 19+46+90=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #132E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E5A is #ECD1A5. Grayscale: #2A2A2A. Windows color (decimal): -15520166 or 5910035. OLE color: 5910035.
HSL color Cylindrical-coordinate representation of color #132E5A: hue angle of 217.18º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #132E5A is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 46 | 90 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.65 |
| HSL | 217.18º | 0.65% | 0.21% | - |
| HSV(B) | 217.18º | 0.79% | 0.35% | - |
| XYZ | 3.09 | 2.83 | 10.06 | - |
| YUV | 42.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 90 | 0.79 | 0.49 | 0 | 0.65 | 217.18 | 0.65 | 0.21 |
| Hex | 13 | 2E | 5A | 4F | 31 | 0 | 41 | D9 | 41 | 15 |
| Octal | 23 | 56 | 132 | 117 | 61 | 0 | 101 | 331 | 101 | 25 |
| Binary | 10011 | 101110 | 1011010 | 1001111 | 110001 | 0 | 1000001 | 11011001 | 1000001 | 10101 |
Color Harmonies of #132E5A
Complementary color
Monochromatic Colors of #132E5A
Black with #132E5A
Text Example
Text Example
White with #132E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E5A; }
p { color: rgb(19,46,90); }
H1.HeaderClassName
{
color: #132E5A;
}
.AnyTagClassName
{
color: #132E5A;
}
</style>
background-color css
<style>
a { background-color: #132E5A; }
a { background-color: rgb(19,46,90); }
div.DivClassName
{
background-color: #132E5A;
}
.BgClassName
{
background-color: #132E5A;
}
</style>
border-color css
<style>
span { border-color: #132E5A; }
span { border-color: rgb(19,46,90); }
td.TdClassName
{
border-color: #132E5A;
}
.TagClassName
{
border-color: #132E5A;
}
</style>