Shades of Sapphire #132F77
Tints of Sapphire #132F77
RGB
CMYK
RGB Variations
Color information
#132F77 (or 0x132F77) is known color: Sapphire. HEX triplet: 13, 2F and 77. RGB value is (19,47,119). Sum of RGB (Red+Green+Blue) = 19+47+119=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #132F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132F77 is #ECD088. Grayscale: #2E2E2E. Windows color (decimal): -15519881 or 7810835. OLE color: 7810835.
HSL color Cylindrical-coordinate representation of color #132F77: hue angle of 223.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132F77 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 47 | 119 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.53 |
| HSL | 223.2º | 0.72% | 0.27% | - |
| HSV(B) | 223.2º | 0.84% | 0.47% | - |
| XYZ | 4.61 | 3.5 | 17.89 | - |
| YUV | 46.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 119 | 0.84 | 0.61 | 0 | 0.53 | 223.2 | 0.72 | 0.27 |
| Hex | 13 | 2F | 77 | 54 | 3D | 0 | 35 | DF | 48 | 1B |
| Octal | 23 | 57 | 167 | 124 | 75 | 0 | 65 | 337 | 110 | 33 |
| Binary | 10011 | 101111 | 1110111 | 1010100 | 111101 | 0 | 110101 | 11011111 | 1001000 | 11011 |
Color Harmonies of #132F77
Complementary color
Monochromatic Colors of #132F77
Black with #132F77
Text Example
Text Example
White with #132F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132F77; }
p { color: rgb(19,47,119); }
H1.HeaderClassName
{
color: #132F77;
}
.AnyTagClassName
{
color: #132F77;
}
</style>
background-color css
<style>
a { background-color: #132F77; }
a { background-color: rgb(19,47,119); }
div.DivClassName
{
background-color: #132F77;
}
.BgClassName
{
background-color: #132F77;
}
</style>
border-color css
<style>
span { border-color: #132F77; }
span { border-color: rgb(19,47,119); }
td.TdClassName
{
border-color: #132F77;
}
.TagClassName
{
border-color: #132F77;
}
</style>