Shades of Pelorous #149BB0
Tints of Pelorous #149BB0
RGB
CMYK
RGB Variations
Color information
#149BB0 (or 0x149BB0) is known color: Pelorous. HEX triplet: 14, 9B and B0. RGB value is (20,155,176). Sum of RGB (Red+Green+Blue) = 20+155+176=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #149BB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149BB0 is #EB644F. Grayscale: #747474. Windows color (decimal): -15426640 or 11574036. OLE color: 11574036.
HSL color Cylindrical-coordinate representation of color #149BB0: hue angle of 188.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149BB0 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 155 | 176 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.31 |
| HSL | 188.08º | 0.8% | 0.38% | - |
| HSV(B) | 188.08º | 0.89% | 0.69% | - |
| XYZ | 19.85 | 26.73 | 45.19 | - |
| YUV | 117.03 | 161.27 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 155 | 176 | 0.89 | 0.12 | 0 | 0.31 | 188.08 | 0.8 | 0.38 |
| Hex | 14 | 9B | B0 | 59 | C | 0 | 1F | BC | 50 | 26 |
| Octal | 24 | 233 | 260 | 131 | 14 | 0 | 37 | 274 | 120 | 46 |
| Binary | 10100 | 10011011 | 10110000 | 1011001 | 1100 | 0 | 11111 | 10111100 | 1010000 | 100110 |
Color Harmonies of #149BB0
Complementary color
Monochromatic Colors of #149BB0
Black with #149BB0
Text Example
Text Example
White with #149BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149BB0; }
p { color: rgb(20,155,176); }
H1.HeaderClassName
{
color: #149BB0;
}
.AnyTagClassName
{
color: #149BB0;
}
</style>
background-color css
<style>
a { background-color: #149BB0; }
a { background-color: rgb(20,155,176); }
div.DivClassName
{
background-color: #149BB0;
}
.BgClassName
{
background-color: #149BB0;
}
</style>
border-color css
<style>
span { border-color: #149BB0; }
span { border-color: rgb(20,155,176); }
td.TdClassName
{
border-color: #149BB0;
}
.TagClassName
{
border-color: #149BB0;
}
</style>