Shades of Pelorous #219EA7
Tints of Pelorous #219EA7
RGB
CMYK
RGB Variations
Color information
#219EA7 (or 0x219EA7) is known color: Pelorous. HEX triplet: 21, 9E and A7. RGB value is (33,158,167). Sum of RGB (Red+Green+Blue) = 33+158+167=358 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.22% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 167 - color contains mainly: blue. Hex color #219EA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219EA7 is #DE6158. Grayscale: #797979. Windows color (decimal): -14573913 or 10984993. OLE color: 10984993.
HSL color Cylindrical-coordinate representation of color #219EA7: hue angle of 184.03º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219EA7 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 158 | 167 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.35 |
| HSL | 184.03º | 0.67% | 0.39% | - |
| HSV(B) | 184.03º | 0.8% | 0.65% | - |
| XYZ | 19.83 | 27.57 | 40.84 | - |
| YUV | 121.65 | 153.59 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 158 | 167 | 0.80 | 0.05 | 0 | 0.35 | 184.03 | 0.67 | 0.39 |
| Hex | 21 | 9E | A7 | 50 | 5 | 0 | 23 | B8 | 43 | 27 |
| Octal | 41 | 236 | 247 | 120 | 5 | 0 | 43 | 270 | 103 | 47 |
| Binary | 100001 | 10011110 | 10100111 | 1010000 | 101 | 0 | 100011 | 10111000 | 1000011 | 100111 |
Color Harmonies of #219EA7
Complementary color
Monochromatic Colors of #219EA7
Black with #219EA7
Text Example
Text Example
White with #219EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219EA7; }
p { color: rgb(33,158,167); }
H1.HeaderClassName
{
color: #219EA7;
}
.AnyTagClassName
{
color: #219EA7;
}
</style>
background-color css
<style>
a { background-color: #219EA7; }
a { background-color: rgb(33,158,167); }
div.DivClassName
{
background-color: #219EA7;
}
.BgClassName
{
background-color: #219EA7;
}
</style>
border-color css
<style>
span { border-color: #219EA7; }
span { border-color: rgb(33,158,167); }
td.TdClassName
{
border-color: #219EA7;
}
.TagClassName
{
border-color: #219EA7;
}
</style>