Shades of Pelorous #219DBA
Tints of Pelorous #219DBA
RGB
CMYK
RGB Variations
Color information
#219DBA (or 0x219DBA) is known color: Pelorous. HEX triplet: 21, 9D and BA. RGB value is (33,157,186). Sum of RGB (Red+Green+Blue) = 33+157+186=376 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.78% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #219DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219DBA is #DE6245. Grayscale: #7A7A7A. Windows color (decimal): -14574150 or 12229921. OLE color: 12229921.
HSL color Cylindrical-coordinate representation of color #219DBA: hue angle of 191.37º 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 #219DBA is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 157 | 186 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.27 |
| HSL | 191.37º | 0.7% | 0.43% | - |
| HSV(B) | 191.37º | 0.82% | 0.73% | - |
| XYZ | 21.55 | 27.98 | 50.72 | - |
| YUV | 123.23 | 163.42 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 157 | 186 | 0.82 | 0.16 | 0 | 0.27 | 191.37 | 0.7 | 0.43 |
| Hex | 21 | 9D | BA | 52 | 10 | 0 | 1B | BF | 46 | 2B |
| Octal | 41 | 235 | 272 | 122 | 20 | 0 | 33 | 277 | 106 | 53 |
| Binary | 100001 | 10011101 | 10111010 | 1010010 | 10000 | 0 | 11011 | 10111111 | 1000110 | 101011 |
Color Harmonies of #219DBA
Complementary color
Monochromatic Colors of #219DBA
Black with #219DBA
Text Example
Text Example
White with #219DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219DBA; }
p { color: rgb(33,157,186); }
H1.HeaderClassName
{
color: #219DBA;
}
.AnyTagClassName
{
color: #219DBA;
}
</style>
background-color css
<style>
a { background-color: #219DBA; }
a { background-color: rgb(33,157,186); }
div.DivClassName
{
background-color: #219DBA;
}
.BgClassName
{
background-color: #219DBA;
}
</style>
border-color css
<style>
span { border-color: #219DBA; }
span { border-color: rgb(33,157,186); }
td.TdClassName
{
border-color: #219DBA;
}
.TagClassName
{
border-color: #219DBA;
}
</style>