Shades of Pelorous #1492B9
Tints of Pelorous #1492B9
RGB
CMYK
RGB Variations
Color information
#1492B9 (or 0x1492B9) is known color: Pelorous. HEX triplet: 14, 92 and B9. RGB value is (20,146,185). Sum of RGB (Red+Green+Blue) = 20+146+185=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #1492B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492B9 is #EB6D46. Grayscale: #707070. Windows color (decimal): -15428935 or 12161556. OLE color: 12161556.
HSL color Cylindrical-coordinate representation of color #1492B9: hue angle of 194.18º degrees, saturation: 0.8, 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 #1492B9 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 146 | 185 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.27 |
| HSL | 194.18º | 0.8% | 0.4% | - |
| HSV(B) | 194.18º | 0.89% | 0.73% | - |
| XYZ | 19.32 | 24.21 | 49.55 | - |
| YUV | 112.77 | 168.76 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 185 | 0.89 | 0.21 | 0 | 0.27 | 194.18 | 0.8 | 0.4 |
| Hex | 14 | 92 | B9 | 59 | 15 | 0 | 1B | C2 | 50 | 28 |
| Octal | 24 | 222 | 271 | 131 | 25 | 0 | 33 | 302 | 120 | 50 |
| Binary | 10100 | 10010010 | 10111001 | 1011001 | 10101 | 0 | 11011 | 11000010 | 1010000 | 101000 |
Color Harmonies of #1492B9
Complementary color
Monochromatic Colors of #1492B9
Black with #1492B9
Text Example
Text Example
White with #1492B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492B9; }
p { color: rgb(20,146,185); }
H1.HeaderClassName
{
color: #1492B9;
}
.AnyTagClassName
{
color: #1492B9;
}
</style>
background-color css
<style>
a { background-color: #1492B9; }
a { background-color: rgb(20,146,185); }
div.DivClassName
{
background-color: #1492B9;
}
.BgClassName
{
background-color: #1492B9;
}
</style>
border-color css
<style>
span { border-color: #1492B9; }
span { border-color: rgb(20,146,185); }
td.TdClassName
{
border-color: #1492B9;
}
.TagClassName
{
border-color: #1492B9;
}
</style>