Shades of Pelorous #149CB0
Tints of Pelorous #149CB0
RGB
CMYK
RGB Variations
Color information
#149CB0 (or 0x149CB0) is known color: Pelorous. HEX triplet: 14, 9C and B0. RGB value is (20,156,176). Sum of RGB (Red+Green+Blue) = 20+156+176=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 176 (69.14% from 255 or 50% from 352); Max value from RGB is 176 - color contains mainly: blue. Hex color #149CB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149CB0 is #EB634F. Grayscale: #757575. Windows color (decimal): -15426384 or 11574292. OLE color: 11574292.
HSL color Cylindrical-coordinate representation of color #149CB0: hue angle of 187.69º 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 #149CB0 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 156 | 176 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.31 |
| HSL | 187.69º | 0.8% | 0.38% | - |
| HSV(B) | 187.69º | 0.89% | 0.69% | - |
| XYZ | 20.01 | 27.06 | 45.24 | - |
| YUV | 117.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 156 | 176 | 0.89 | 0.11 | 0 | 0.31 | 187.69 | 0.8 | 0.38 |
| Hex | 14 | 9C | B0 | 59 | B | 0 | 1F | BC | 50 | 26 |
| Octal | 24 | 234 | 260 | 131 | 13 | 0 | 37 | 274 | 120 | 46 |
| Binary | 10100 | 10011100 | 10110000 | 1011001 | 1011 | 0 | 11111 | 10111100 | 1010000 | 100110 |
Color Harmonies of #149CB0
Complementary color
Monochromatic Colors of #149CB0
Black with #149CB0
Text Example
Text Example
White with #149CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149CB0; }
p { color: rgb(20,156,176); }
H1.HeaderClassName
{
color: #149CB0;
}
.AnyTagClassName
{
color: #149CB0;
}
</style>
background-color css
<style>
a { background-color: #149CB0; }
a { background-color: rgb(20,156,176); }
div.DivClassName
{
background-color: #149CB0;
}
.BgClassName
{
background-color: #149CB0;
}
</style>
border-color css
<style>
span { border-color: #149CB0; }
span { border-color: rgb(20,156,176); }
td.TdClassName
{
border-color: #149CB0;
}
.TagClassName
{
border-color: #149CB0;
}
</style>