Shades of Pelorous #1499BE
Tints of Pelorous #1499BE
RGB
CMYK
RGB Variations
Color information
#1499BE (or 0x1499BE) is known color: Pelorous. HEX triplet: 14, 99 and BE. RGB value is (20,153,190). Sum of RGB (Red+Green+Blue) = 20+153+190=363 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.51% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #1499BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1499BE is #EB6641. Grayscale: #757575. Windows color (decimal): -15427138 or 12491028. OLE color: 12491028.
HSL color Cylindrical-coordinate representation of color #1499BE: hue angle of 193.06º 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 #1499BE is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 153 | 190 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.25 |
| HSL | 193.06º | 0.81% | 0.41% | - |
| HSV(B) | 193.06º | 0.89% | 0.75% | - |
| XYZ | 20.97 | 26.65 | 52.75 | - |
| YUV | 117.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 190 | 0.89 | 0.19 | 0 | 0.25 | 193.06 | 0.81 | 0.41 |
| Hex | 14 | 99 | BE | 59 | 13 | 0 | 19 | C1 | 51 | 29 |
| Octal | 24 | 231 | 276 | 131 | 23 | 0 | 31 | 301 | 121 | 51 |
| Binary | 10100 | 10011001 | 10111110 | 1011001 | 10011 | 0 | 11001 | 11000001 | 1010001 | 101001 |
Color Harmonies of #1499BE
Complementary color
Monochromatic Colors of #1499BE
Black with #1499BE
Text Example
Text Example
White with #1499BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1499BE; }
p { color: rgb(20,153,190); }
H1.HeaderClassName
{
color: #1499BE;
}
.AnyTagClassName
{
color: #1499BE;
}
</style>
background-color css
<style>
a { background-color: #1499BE; }
a { background-color: rgb(20,153,190); }
div.DivClassName
{
background-color: #1499BE;
}
.BgClassName
{
background-color: #1499BE;
}
</style>
border-color css
<style>
span { border-color: #1499BE; }
span { border-color: rgb(20,153,190); }
td.TdClassName
{
border-color: #1499BE;
}
.TagClassName
{
border-color: #1499BE;
}
</style>