Shades of Sapphire #132777
Tints of Sapphire #132777
RGB
CMYK
RGB Variations
Color information
#132777 (or 0x132777) is known color: Sapphire. HEX triplet: 13, 27 and 77. RGB value is (19,39,119). Sum of RGB (Red+Green+Blue) = 19+39+119=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #132777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132777 is #ECD888. Grayscale: #292929. Windows color (decimal): -15521929 or 7808787. OLE color: 7808787.
HSL color Cylindrical-coordinate representation of color #132777: hue angle of 228º 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 #132777 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 39 | 119 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.53 |
| HSL | 228º | 0.72% | 0.27% | - |
| HSV(B) | 228º | 0.84% | 0.47% | - |
| XYZ | 4.32 | 2.92 | 17.79 | - |
| YUV | 42.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 39 | 119 | 0.84 | 0.67 | 0 | 0.53 | 228 | 0.72 | 0.27 |
| Hex | 13 | 27 | 77 | 54 | 43 | 0 | 35 | E4 | 48 | 1B |
| Octal | 23 | 47 | 167 | 124 | 103 | 0 | 65 | 344 | 110 | 33 |
| Binary | 10011 | 100111 | 1110111 | 1010100 | 1000011 | 0 | 110101 | 11100100 | 1001000 | 11011 |
Color Harmonies of #132777
Complementary color
Monochromatic Colors of #132777
Black with #132777
Text Example
Text Example
White with #132777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132777; }
p { color: rgb(19,39,119); }
H1.HeaderClassName
{
color: #132777;
}
.AnyTagClassName
{
color: #132777;
}
</style>
background-color css
<style>
a { background-color: #132777; }
a { background-color: rgb(19,39,119); }
div.DivClassName
{
background-color: #132777;
}
.BgClassName
{
background-color: #132777;
}
</style>
border-color css
<style>
span { border-color: #132777; }
span { border-color: rgb(19,39,119); }
td.TdClassName
{
border-color: #132777;
}
.TagClassName
{
border-color: #132777;
}
</style>