Shades of Pelorous #219CBA
Tints of Pelorous #219CBA
RGB
CMYK
RGB Variations
Color information
#219CBA (or 0x219CBA) is known color: Pelorous. HEX triplet: 21, 9C and BA. RGB value is (33,156,186). Sum of RGB (Red+Green+Blue) = 33+156+186=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #219CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219CBA is #DE6345. Grayscale: #7A7A7A. Windows color (decimal): -14574406 or 12229665. OLE color: 12229665.
HSL color Cylindrical-coordinate representation of color #219CBA: hue angle of 191.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #219CBA is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 156 | 186 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.27 |
| HSL | 191.76º | 0.7% | 0.43% | - |
| HSV(B) | 191.76º | 0.82% | 0.73% | - |
| XYZ | 21.38 | 27.65 | 50.66 | - |
| YUV | 122.64 | 163.75 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 186 | 0.82 | 0.16 | 0 | 0.27 | 191.76 | 0.7 | 0.43 |
| Hex | 21 | 9C | BA | 52 | 10 | 0 | 1B | C0 | 46 | 2B |
| Octal | 41 | 234 | 272 | 122 | 20 | 0 | 33 | 300 | 106 | 53 |
| Binary | 100001 | 10011100 | 10111010 | 1010010 | 10000 | 0 | 11011 | 11000000 | 1000110 | 101011 |
Color Harmonies of #219CBA
Complementary color
Monochromatic Colors of #219CBA
Black with #219CBA
Text Example
Text Example
White with #219CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219CBA; }
p { color: rgb(33,156,186); }
H1.HeaderClassName
{
color: #219CBA;
}
.AnyTagClassName
{
color: #219CBA;
}
</style>
background-color css
<style>
a { background-color: #219CBA; }
a { background-color: rgb(33,156,186); }
div.DivClassName
{
background-color: #219CBA;
}
.BgClassName
{
background-color: #219CBA;
}
</style>
border-color css
<style>
span { border-color: #219CBA; }
span { border-color: rgb(33,156,186); }
td.TdClassName
{
border-color: #219CBA;
}
.TagClassName
{
border-color: #219CBA;
}
</style>