Shades of Pelorous #1B89BA
Tints of Pelorous #1B89BA
RGB
CMYK
RGB Variations
Color information
#1B89BA (or 0x1B89BA) is known color: Pelorous. HEX triplet: 1B, 89 and BA. RGB value is (27,137,186). Sum of RGB (Red+Green+Blue) = 27+137+186=350 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.71% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B89BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B89BA is #E47645. Grayscale: #6D6D6D. Windows color (decimal): -14972486 or 12224795. OLE color: 12224795.
HSL color Cylindrical-coordinate representation of color #1B89BA: hue angle of 198.49º 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 #1B89BA is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 137 | 186 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.27 |
| HSL | 198.49º | 0.75% | 0.42% | - |
| HSV(B) | 198.49º | 0.85% | 0.73% | - |
| XYZ | 18.26 | 21.67 | 49.67 | - |
| YUV | 109.7 | 171.06 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 186 | 0.85 | 0.26 | 0 | 0.27 | 198.49 | 0.75 | 0.42 |
| Hex | 1B | 89 | BA | 55 | 1A | 0 | 1B | C6 | 4B | 2A |
| Octal | 33 | 211 | 272 | 125 | 32 | 0 | 33 | 306 | 113 | 52 |
| Binary | 11011 | 10001001 | 10111010 | 1010101 | 11010 | 0 | 11011 | 11000110 | 1001011 | 101010 |
Color Harmonies of #1B89BA
Complementary color
Monochromatic Colors of #1B89BA
Black with #1B89BA
Text Example
Text Example
White with #1B89BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B89BA; }
p { color: rgb(27,137,186); }
H1.HeaderClassName
{
color: #1B89BA;
}
.AnyTagClassName
{
color: #1B89BA;
}
</style>
background-color css
<style>
a { background-color: #1B89BA; }
a { background-color: rgb(27,137,186); }
div.DivClassName
{
background-color: #1B89BA;
}
.BgClassName
{
background-color: #1B89BA;
}
</style>
border-color css
<style>
span { border-color: #1B89BA; }
span { border-color: rgb(27,137,186); }
td.TdClassName
{
border-color: #1B89BA;
}
.TagClassName
{
border-color: #1B89BA;
}
</style>