Shades of Pelorous #219BA9
Tints of Pelorous #219BA9
RGB
CMYK
RGB Variations
Color information
#219BA9 (or 0x219BA9) is known color: Pelorous. HEX triplet: 21, 9B and A9. RGB value is (33,155,169). Sum of RGB (Red+Green+Blue) = 33+155+169=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #219BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BA9 is #DE6456. Grayscale: #777777. Windows color (decimal): -14574679 or 11115297. OLE color: 11115297.
HSL color Cylindrical-coordinate representation of color #219BA9: hue angle of 186.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219BA9 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 155 | 169 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.34 |
| HSL | 186.18º | 0.67% | 0.4% | - |
| HSV(B) | 186.18º | 0.8% | 0.66% | - |
| XYZ | 19.51 | 26.63 | 41.65 | - |
| YUV | 120.12 | 155.58 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 169 | 0.80 | 0.08 | 0 | 0.34 | 186.18 | 0.67 | 0.4 |
| Hex | 21 | 9B | A9 | 50 | 8 | 0 | 22 | BA | 43 | 28 |
| Octal | 41 | 233 | 251 | 120 | 10 | 0 | 42 | 272 | 103 | 50 |
| Binary | 100001 | 10011011 | 10101001 | 1010000 | 1000 | 0 | 100010 | 10111010 | 1000011 | 101000 |
Color Harmonies of #219BA9
Complementary color
Monochromatic Colors of #219BA9
Black with #219BA9
Text Example
Text Example
White with #219BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BA9; }
p { color: rgb(33,155,169); }
H1.HeaderClassName
{
color: #219BA9;
}
.AnyTagClassName
{
color: #219BA9;
}
</style>
background-color css
<style>
a { background-color: #219BA9; }
a { background-color: rgb(33,155,169); }
div.DivClassName
{
background-color: #219BA9;
}
.BgClassName
{
background-color: #219BA9;
}
</style>
border-color css
<style>
span { border-color: #219BA9; }
span { border-color: rgb(33,155,169); }
td.TdClassName
{
border-color: #219BA9;
}
.TagClassName
{
border-color: #219BA9;
}
</style>