Shades of Pelorous #1B89B6
Tints of Pelorous #1B89B6
RGB
CMYK
RGB Variations
Color information
#1B89B6 (or 0x1B89B6) is known color: Pelorous. HEX triplet: 1B, 89 and B6. RGB value is (27,137,182). Sum of RGB (Red+Green+Blue) = 27+137+182=346 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.80% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B89B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B89B6 is #E47649. Grayscale: #6C6C6C. Windows color (decimal): -14972490 or 11962651. OLE color: 11962651.
HSL color Cylindrical-coordinate representation of color #1B89B6: hue angle of 197.42º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B89B6 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 137 | 182 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.29 |
| HSL | 197.42º | 0.74% | 0.41% | - |
| HSV(B) | 197.42º | 0.85% | 0.71% | - |
| XYZ | 17.84 | 21.5 | 47.47 | - |
| YUV | 109.24 | 169.06 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 182 | 0.85 | 0.25 | 0 | 0.29 | 197.42 | 0.74 | 0.41 |
| Hex | 1B | 89 | B6 | 55 | 19 | 0 | 1D | C5 | 4A | 29 |
| Octal | 33 | 211 | 266 | 125 | 31 | 0 | 35 | 305 | 112 | 51 |
| Binary | 11011 | 10001001 | 10110110 | 1010101 | 11001 | 0 | 11101 | 11000101 | 1001010 | 101001 |
Color Harmonies of #1B89B6
Complementary color
Monochromatic Colors of #1B89B6
Black with #1B89B6
Text Example
Text Example
White with #1B89B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B89B6; }
p { color: rgb(27,137,182); }
H1.HeaderClassName
{
color: #1B89B6;
}
.AnyTagClassName
{
color: #1B89B6;
}
</style>
background-color css
<style>
a { background-color: #1B89B6; }
a { background-color: rgb(27,137,182); }
div.DivClassName
{
background-color: #1B89B6;
}
.BgClassName
{
background-color: #1B89B6;
}
</style>
border-color css
<style>
span { border-color: #1B89B6; }
span { border-color: rgb(27,137,182); }
td.TdClassName
{
border-color: #1B89B6;
}
.TagClassName
{
border-color: #1B89B6;
}
</style>