Shades of Pelorous #149DBA
Tints of Pelorous #149DBA
RGB
CMYK
RGB Variations
Color information
#149DBA (or 0x149DBA) is known color: Pelorous. HEX triplet: 14, 9D and BA. RGB value is (20,157,186). Sum of RGB (Red+Green+Blue) = 20+157+186=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #149DBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #149DBA is #EB6245. Grayscale: #777777. Windows color (decimal): -15426118 or 12229908. OLE color: 12229908.
HSL color Cylindrical-coordinate representation of color #149DBA: hue angle of 190.48º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #149DBA is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 157 | 186 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.27 |
| HSL | 190.48º | 0.81% | 0.4% | - |
| HSV(B) | 190.48º | 0.89% | 0.73% | - |
| XYZ | 21.21 | 27.81 | 50.7 | - |
| YUV | 119.34 | 165.61 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 186 | 0.89 | 0.16 | 0 | 0.27 | 190.48 | 0.81 | 0.4 |
| Hex | 14 | 9D | BA | 59 | 10 | 0 | 1B | BE | 51 | 28 |
| Octal | 24 | 235 | 272 | 131 | 20 | 0 | 33 | 276 | 121 | 50 |
| Binary | 10100 | 10011101 | 10111010 | 1011001 | 10000 | 0 | 11011 | 10111110 | 1010001 | 101000 |
Color Harmonies of #149DBA
Complementary color
Monochromatic Colors of #149DBA
Black with #149DBA
Text Example
Text Example
White with #149DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149DBA; }
p { color: rgb(20,157,186); }
H1.HeaderClassName
{
color: #149DBA;
}
.AnyTagClassName
{
color: #149DBA;
}
</style>
background-color css
<style>
a { background-color: #149DBA; }
a { background-color: rgb(20,157,186); }
div.DivClassName
{
background-color: #149DBA;
}
.BgClassName
{
background-color: #149DBA;
}
</style>
border-color css
<style>
span { border-color: #149DBA; }
span { border-color: rgb(20,157,186); }
td.TdClassName
{
border-color: #149DBA;
}
.TagClassName
{
border-color: #149DBA;
}
</style>