Shades of Pelorous #219BAF
Tints of Pelorous #219BAF
RGB
CMYK
RGB Variations
Color information
#219BAF (or 0x219BAF) is known color: Pelorous. HEX triplet: 21, 9B and AF. RGB value is (33,155,175). Sum of RGB (Red+Green+Blue) = 33+155+175=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #219BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219BAF is #DE6450. Grayscale: #787878. Windows color (decimal): -14574673 or 11508513. OLE color: 11508513.
HSL color Cylindrical-coordinate representation of color #219BAF: hue angle of 188.45º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #219BAF is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 155 | 175 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.31 |
| HSL | 188.45º | 0.68% | 0.41% | - |
| HSV(B) | 188.45º | 0.81% | 0.69% | - |
| XYZ | 20.09 | 26.86 | 44.68 | - |
| YUV | 120.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 175 | 0.81 | 0.11 | 0 | 0.31 | 188.45 | 0.68 | 0.41 |
| Hex | 21 | 9B | AF | 51 | B | 0 | 1F | BC | 44 | 29 |
| Octal | 41 | 233 | 257 | 121 | 13 | 0 | 37 | 274 | 104 | 51 |
| Binary | 100001 | 10011011 | 10101111 | 1010001 | 1011 | 0 | 11111 | 10111100 | 1000100 | 101001 |
Color Harmonies of #219BAF
Complementary color
Monochromatic Colors of #219BAF
Black with #219BAF
Text Example
Text Example
White with #219BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BAF; }
p { color: rgb(33,155,175); }
H1.HeaderClassName
{
color: #219BAF;
}
.AnyTagClassName
{
color: #219BAF;
}
</style>
background-color css
<style>
a { background-color: #219BAF; }
a { background-color: rgb(33,155,175); }
div.DivClassName
{
background-color: #219BAF;
}
.BgClassName
{
background-color: #219BAF;
}
</style>
border-color css
<style>
span { border-color: #219BAF; }
span { border-color: rgb(33,155,175); }
td.TdClassName
{
border-color: #219BAF;
}
.TagClassName
{
border-color: #219BAF;
}
</style>