Shades of Pelorous #1B89B9
Tints of Pelorous #1B89B9
RGB
CMYK
RGB Variations
Color information
#1B89B9 (or 0x1B89B9) is known color: Pelorous. HEX triplet: 1B, 89 and B9. RGB value is (27,137,185). Sum of RGB (Red+Green+Blue) = 27+137+185=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #1B89B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B89B9 is #E47646. Grayscale: #6D6D6D. Windows color (decimal): -14972487 or 12159259. OLE color: 12159259.
HSL color Cylindrical-coordinate representation of color #1B89B9: hue angle of 198.23º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B89B9 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 137 | 185 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.27 |
| HSL | 198.23º | 0.75% | 0.42% | - |
| HSV(B) | 198.23º | 0.85% | 0.73% | - |
| XYZ | 18.15 | 21.63 | 49.12 | - |
| YUV | 109.58 | 170.56 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 185 | 0.85 | 0.26 | 0 | 0.27 | 198.23 | 0.75 | 0.42 |
| Hex | 1B | 89 | B9 | 55 | 1A | 0 | 1B | C6 | 4B | 2A |
| Octal | 33 | 211 | 271 | 125 | 32 | 0 | 33 | 306 | 113 | 52 |
| Binary | 11011 | 10001001 | 10111001 | 1010101 | 11010 | 0 | 11011 | 11000110 | 1001011 | 101010 |
Color Harmonies of #1B89B9
Complementary color
Monochromatic Colors of #1B89B9
Black with #1B89B9
Text Example
Text Example
White with #1B89B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B89B9; }
p { color: rgb(27,137,185); }
H1.HeaderClassName
{
color: #1B89B9;
}
.AnyTagClassName
{
color: #1B89B9;
}
</style>
background-color css
<style>
a { background-color: #1B89B9; }
a { background-color: rgb(27,137,185); }
div.DivClassName
{
background-color: #1B89B9;
}
.BgClassName
{
background-color: #1B89B9;
}
</style>
border-color css
<style>
span { border-color: #1B89B9; }
span { border-color: rgb(27,137,185); }
td.TdClassName
{
border-color: #1B89B9;
}
.TagClassName
{
border-color: #1B89B9;
}
</style>