Shades of Pelorous #1497BD
Tints of Pelorous #1497BD
RGB
CMYK
RGB Variations
Color information
#1497BD (or 0x1497BD) is known color: Pelorous. HEX triplet: 14, 97 and BD. RGB value is (20,151,189). Sum of RGB (Red+Green+Blue) = 20+151+189=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #1497BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497BD is #EB6842. Grayscale: #737373. Windows color (decimal): -15427651 or 12424980. OLE color: 12424980.
HSL color Cylindrical-coordinate representation of color #1497BD: hue angle of 193.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1497BD is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 151 | 189 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.26 |
| HSL | 193.49º | 0.81% | 0.41% | - |
| HSV(B) | 193.49º | 0.89% | 0.74% | - |
| XYZ | 20.54 | 25.96 | 52.07 | - |
| YUV | 116.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 189 | 0.89 | 0.20 | 0 | 0.26 | 193.49 | 0.81 | 0.41 |
| Hex | 14 | 97 | BD | 59 | 14 | 0 | 1A | C1 | 51 | 29 |
| Octal | 24 | 227 | 275 | 131 | 24 | 0 | 32 | 301 | 121 | 51 |
| Binary | 10100 | 10010111 | 10111101 | 1011001 | 10100 | 0 | 11010 | 11000001 | 1010001 | 101001 |
Color Harmonies of #1497BD
Complementary color
Monochromatic Colors of #1497BD
Black with #1497BD
Text Example
Text Example
White with #1497BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497BD; }
p { color: rgb(20,151,189); }
H1.HeaderClassName
{
color: #1497BD;
}
.AnyTagClassName
{
color: #1497BD;
}
</style>
background-color css
<style>
a { background-color: #1497BD; }
a { background-color: rgb(20,151,189); }
div.DivClassName
{
background-color: #1497BD;
}
.BgClassName
{
background-color: #1497BD;
}
</style>
border-color css
<style>
span { border-color: #1497BD; }
span { border-color: rgb(20,151,189); }
td.TdClassName
{
border-color: #1497BD;
}
.TagClassName
{
border-color: #1497BD;
}
</style>