Shades of Pelorous #1495BB
Tints of Pelorous #1495BB
RGB
CMYK
RGB Variations
Color information
#1495BB (or 0x1495BB) is known color: Pelorous. HEX triplet: 14, 95 and BB. RGB value is (20,149,187). Sum of RGB (Red+Green+Blue) = 20+149+187=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1495BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1495BB is #EB6A44. Grayscale: #727272. Windows color (decimal): -15428165 or 12293396. OLE color: 12293396.
HSL color Cylindrical-coordinate representation of color #1495BB: hue angle of 193.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1495BB is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 149 | 187 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.27 |
| HSL | 193.65º | 0.81% | 0.41% | - |
| HSV(B) | 193.65º | 0.89% | 0.73% | - |
| XYZ | 20.01 | 25.23 | 50.83 | - |
| YUV | 114.76 | 168.76 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 187 | 0.89 | 0.20 | 0 | 0.27 | 193.65 | 0.81 | 0.41 |
| Hex | 14 | 95 | BB | 59 | 14 | 0 | 1B | C2 | 51 | 29 |
| Octal | 24 | 225 | 273 | 131 | 24 | 0 | 33 | 302 | 121 | 51 |
| Binary | 10100 | 10010101 | 10111011 | 1011001 | 10100 | 0 | 11011 | 11000010 | 1010001 | 101001 |
Color Harmonies of #1495BB
Complementary color
Monochromatic Colors of #1495BB
Black with #1495BB
Text Example
Text Example
White with #1495BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495BB; }
p { color: rgb(20,149,187); }
H1.HeaderClassName
{
color: #1495BB;
}
.AnyTagClassName
{
color: #1495BB;
}
</style>
background-color css
<style>
a { background-color: #1495BB; }
a { background-color: rgb(20,149,187); }
div.DivClassName
{
background-color: #1495BB;
}
.BgClassName
{
background-color: #1495BB;
}
</style>
border-color css
<style>
span { border-color: #1495BB; }
span { border-color: rgb(20,149,187); }
td.TdClassName
{
border-color: #1495BB;
}
.TagClassName
{
border-color: #1495BB;
}
</style>