Shades of Pelorous #219FBA
Tints of Pelorous #219FBA
RGB
CMYK
RGB Variations
Color information
#219FBA (or 0x219FBA) is known color: Pelorous. HEX triplet: 21, 9F and BA. RGB value is (33,159,186). Sum of RGB (Red+Green+Blue) = 33+159+186=378 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.73% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #219FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219FBA is #DE6045. Grayscale: #7C7C7C. Windows color (decimal): -14573638 or 12230433. OLE color: 12230433.
HSL color Cylindrical-coordinate representation of color #219FBA: hue angle of 190.59º 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 #219FBA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 159 | 186 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.27 |
| HSL | 190.59º | 0.7% | 0.43% | - |
| HSV(B) | 190.59º | 0.82% | 0.73% | - |
| XYZ | 21.89 | 28.66 | 50.83 | - |
| YUV | 124.4 | 162.76 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 159 | 186 | 0.82 | 0.15 | 0 | 0.27 | 190.59 | 0.7 | 0.43 |
| Hex | 21 | 9F | BA | 52 | F | 0 | 1B | BF | 46 | 2B |
| Octal | 41 | 237 | 272 | 122 | 17 | 0 | 33 | 277 | 106 | 53 |
| Binary | 100001 | 10011111 | 10111010 | 1010010 | 1111 | 0 | 11011 | 10111111 | 1000110 | 101011 |
Color Harmonies of #219FBA
Complementary color
Monochromatic Colors of #219FBA
Black with #219FBA
Text Example
Text Example
White with #219FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219FBA; }
p { color: rgb(33,159,186); }
H1.HeaderClassName
{
color: #219FBA;
}
.AnyTagClassName
{
color: #219FBA;
}
</style>
background-color css
<style>
a { background-color: #219FBA; }
a { background-color: rgb(33,159,186); }
div.DivClassName
{
background-color: #219FBA;
}
.BgClassName
{
background-color: #219FBA;
}
</style>
border-color css
<style>
span { border-color: #219FBA; }
span { border-color: rgb(33,159,186); }
td.TdClassName
{
border-color: #219FBA;
}
.TagClassName
{
border-color: #219FBA;
}
</style>