Shades of Pelorous #1498BE
Tints of Pelorous #1498BE
RGB
CMYK
RGB Variations
Color information
#1498BE (or 0x1498BE) is known color: Pelorous. HEX triplet: 14, 98 and BE. RGB value is (20,152,190). Sum of RGB (Red+Green+Blue) = 20+152+190=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #1498BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1498BE is #EB6741. Grayscale: #747474. Windows color (decimal): -15427394 or 12490772. OLE color: 12490772.
HSL color Cylindrical-coordinate representation of color #1498BE: hue angle of 193.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1498BE is Cyan = 0.89, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 152 | 190 | - |
| CMYK | 0.89 | 0.2 | 0 | 0.25 |
| HSL | 193.41º | 0.81% | 0.41% | - |
| HSV(B) | 193.41º | 0.89% | 0.75% | - |
| XYZ | 20.81 | 26.32 | 52.7 | - |
| YUV | 116.86 | 169.27 | 58.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 152 | 190 | 0.89 | 0.2 | 0 | 0.25 | 193.41 | 0.81 | 0.41 |
| Hex | 14 | 98 | BE | 59 | 14 | 0 | 19 | C1 | 51 | 29 |
| Octal | 24 | 230 | 276 | 131 | 24 | 0 | 31 | 301 | 121 | 51 |
| Binary | 10100 | 10011000 | 10111110 | 1011001 | 10100 | 0 | 11001 | 11000001 | 1010001 | 101001 |
Color Harmonies of #1498BE
Complementary color
Monochromatic Colors of #1498BE
Black with #1498BE
Text Example
Text Example
White with #1498BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1498BE; }
p { color: rgb(20,152,190); }
H1.HeaderClassName
{
color: #1498BE;
}
.AnyTagClassName
{
color: #1498BE;
}
</style>
background-color css
<style>
a { background-color: #1498BE; }
a { background-color: rgb(20,152,190); }
div.DivClassName
{
background-color: #1498BE;
}
.BgClassName
{
background-color: #1498BE;
}
</style>
border-color css
<style>
span { border-color: #1498BE; }
span { border-color: rgb(20,152,190); }
td.TdClassName
{
border-color: #1498BE;
}
.TagClassName
{
border-color: #1498BE;
}
</style>