Shades of Pelorous #219EBA
Tints of Pelorous #219EBA
RGB
CMYK
RGB Variations
Color information
#219EBA (or 0x219EBA) is known color: Pelorous. HEX triplet: 21, 9E and BA. RGB value is (33,158,186). Sum of RGB (Red+Green+Blue) = 33+158+186=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #219EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219EBA is #DE6145. Grayscale: #7B7B7B. Windows color (decimal): -14573894 or 12230177. OLE color: 12230177.
HSL color Cylindrical-coordinate representation of color #219EBA: hue angle of 190.98º 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 #219EBA is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 158 | 186 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.27 |
| HSL | 190.98º | 0.7% | 0.43% | - |
| HSV(B) | 190.98º | 0.82% | 0.73% | - |
| XYZ | 21.72 | 28.32 | 50.78 | - |
| YUV | 123.82 | 163.09 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 186 | 0.82 | 0.15 | 0 | 0.27 | 190.98 | 0.7 | 0.43 |
| Hex | 21 | 9E | BA | 52 | F | 0 | 1B | BF | 46 | 2B |
| Octal | 41 | 236 | 272 | 122 | 17 | 0 | 33 | 277 | 106 | 53 |
| Binary | 100001 | 10011110 | 10111010 | 1010010 | 1111 | 0 | 11011 | 10111111 | 1000110 | 101011 |
Color Harmonies of #219EBA
Complementary color
Monochromatic Colors of #219EBA
Black with #219EBA
Text Example
Text Example
White with #219EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219EBA; }
p { color: rgb(33,158,186); }
H1.HeaderClassName
{
color: #219EBA;
}
.AnyTagClassName
{
color: #219EBA;
}
</style>
background-color css
<style>
a { background-color: #219EBA; }
a { background-color: rgb(33,158,186); }
div.DivClassName
{
background-color: #219EBA;
}
.BgClassName
{
background-color: #219EBA;
}
</style>
border-color css
<style>
span { border-color: #219EBA; }
span { border-color: rgb(33,158,186); }
td.TdClassName
{
border-color: #219EBA;
}
.TagClassName
{
border-color: #219EBA;
}
</style>