Shades of Niagara #219B87
Tints of Niagara #219B87
RGB
CMYK
RGB Variations
Color information
#219B87 (or 0x219B87) is known color: Niagara. HEX triplet: 21, 9B and 87. RGB value is (33,155,135). Sum of RGB (Red+Green+Blue) = 33+155+135=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #219B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219B87 is #DE6478. Grayscale: #747474. Windows color (decimal): -14574713 or 8887073. OLE color: 8887073.
HSL color Cylindrical-coordinate representation of color #219B87: hue angle of 170.16º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B87 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 155 | 135 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.39 |
| HSL | 170.16º | 0.65% | 0.37% | - |
| HSV(B) | 170.16º | 0.79% | 0.61% | - |
| XYZ | 16.72 | 25.52 | 26.97 | - |
| YUV | 116.24 | 138.58 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 135 | 0.79 | 0 | 0.13 | 0.39 | 170.16 | 0.65 | 0.37 |
| Hex | 21 | 9B | 87 | 4F | 0 | D | 27 | AA | 41 | 25 |
| Octal | 41 | 233 | 207 | 117 | 0 | 15 | 47 | 252 | 101 | 45 |
| Binary | 100001 | 10011011 | 10000111 | 1001111 | 0 | 1101 | 100111 | 10101010 | 1000001 | 100101 |
Color Harmonies of #219B87
Complementary color
Monochromatic Colors of #219B87
Black with #219B87
Text Example
Text Example
White with #219B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B87; }
p { color: rgb(33,155,135); }
H1.HeaderClassName
{
color: #219B87;
}
.AnyTagClassName
{
color: #219B87;
}
</style>
background-color css
<style>
a { background-color: #219B87; }
a { background-color: rgb(33,155,135); }
div.DivClassName
{
background-color: #219B87;
}
.BgClassName
{
background-color: #219B87;
}
</style>
border-color css
<style>
span { border-color: #219B87; }
span { border-color: rgb(33,155,135); }
td.TdClassName
{
border-color: #219B87;
}
.TagClassName
{
border-color: #219B87;
}
</style>