Shades of Sapphire #132C55
Tints of Sapphire #132C55
RGB
CMYK
RGB Variations
Color information
#132C55 (or 0x132C55) is known color: Sapphire. HEX triplet: 13, 2C and 55. RGB value is (19,44,85). Sum of RGB (Red+Green+Blue) = 19+44+85=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 85 (33.59% from 255 or 57.43% from 148); Max value from RGB is 85 - color contains mainly: blue. Hex color #132C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132C55 is #ECD3AA. Grayscale: #292929. Windows color (decimal): -15520683 or 5581843. OLE color: 5581843.
HSL color Cylindrical-coordinate representation of color #132C55: hue angle of 217.27º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #132C55 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 44 | 85 | - |
| CMYK | 0.78 | 0.48 | 0 | 0.67 |
| HSL | 217.27º | 0.63% | 0.2% | - |
| HSV(B) | 217.27º | 0.78% | 0.33% | - |
| XYZ | 2.81 | 2.6 | 8.95 | - |
| YUV | 41.2 | 152.72 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 85 | 0.78 | 0.48 | 0 | 0.67 | 217.27 | 0.63 | 0.2 |
| Hex | 13 | 2C | 55 | 4E | 30 | 0 | 43 | D9 | 3F | 14 |
| Octal | 23 | 54 | 125 | 116 | 60 | 0 | 103 | 331 | 77 | 24 |
| Binary | 10011 | 101100 | 1010101 | 1001110 | 110000 | 0 | 1000011 | 11011001 | 111111 | 10100 |
Color Harmonies of #132C55
Complementary color
Monochromatic Colors of #132C55
Black with #132C55
Text Example
Text Example
White with #132C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132C55; }
p { color: rgb(19,44,85); }
H1.HeaderClassName
{
color: #132C55;
}
.AnyTagClassName
{
color: #132C55;
}
</style>
background-color css
<style>
a { background-color: #132C55; }
a { background-color: rgb(19,44,85); }
div.DivClassName
{
background-color: #132C55;
}
.BgClassName
{
background-color: #132C55;
}
</style>
border-color css
<style>
span { border-color: #132C55; }
span { border-color: rgb(19,44,85); }
td.TdClassName
{
border-color: #132C55;
}
.TagClassName
{
border-color: #132C55;
}
</style>