Shades of Sapphire #132E61
Tints of Sapphire #132E61
RGB
CMYK
RGB Variations
Color information
#132E61 (or 0x132E61) is known color: Sapphire. HEX triplet: 13, 2E and 61. RGB value is (19,46,97). Sum of RGB (Red+Green+Blue) = 19+46+97=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #132E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132E61 is #ECD19E. Grayscale: #2B2B2B. Windows color (decimal): -15520159 or 6368787. OLE color: 6368787.
HSL color Cylindrical-coordinate representation of color #132E61: hue angle of 219.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #132E61 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 46 | 97 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.62 |
| HSL | 219.23º | 0.67% | 0.23% | - |
| HSV(B) | 219.23º | 0.8% | 0.38% | - |
| XYZ | 3.4 | 2.96 | 11.7 | - |
| YUV | 43.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 97 | 0.80 | 0.53 | 0 | 0.62 | 219.23 | 0.67 | 0.23 |
| Hex | 13 | 2E | 61 | 50 | 35 | 0 | 3E | DB | 43 | 17 |
| Octal | 23 | 56 | 141 | 120 | 65 | 0 | 76 | 333 | 103 | 27 |
| Binary | 10011 | 101110 | 1100001 | 1010000 | 110101 | 0 | 111110 | 11011011 | 1000011 | 10111 |
Color Harmonies of #132E61
Complementary color
Monochromatic Colors of #132E61
Black with #132E61
Text Example
Text Example
White with #132E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132E61; }
p { color: rgb(19,46,97); }
H1.HeaderClassName
{
color: #132E61;
}
.AnyTagClassName
{
color: #132E61;
}
</style>
background-color css
<style>
a { background-color: #132E61; }
a { background-color: rgb(19,46,97); }
div.DivClassName
{
background-color: #132E61;
}
.BgClassName
{
background-color: #132E61;
}
</style>
border-color css
<style>
span { border-color: #132E61; }
span { border-color: rgb(19,46,97); }
td.TdClassName
{
border-color: #132E61;
}
.TagClassName
{
border-color: #132E61;
}
</style>