Shades of Pelorous #1490B6
Tints of Pelorous #1490B6
RGB
CMYK
RGB Variations
Color information
#1490B6 (or 0x1490B6) is known color: Pelorous. HEX triplet: 14, 90 and B6. RGB value is (20,144,182). Sum of RGB (Red+Green+Blue) = 20+144+182=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #1490B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1490B6 is #EB6F49. Grayscale: #6E6E6E. Windows color (decimal): -15429450 or 11964436. OLE color: 11964436.
HSL color Cylindrical-coordinate representation of color #1490B6: hue angle of 194.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1490B6 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 144 | 182 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.29 |
| HSL | 194.07º | 0.8% | 0.4% | - |
| HSV(B) | 194.07º | 0.89% | 0.71% | - |
| XYZ | 18.71 | 23.47 | 47.8 | - |
| YUV | 111.26 | 167.92 | 62.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 182 | 0.89 | 0.21 | 0 | 0.29 | 194.07 | 0.8 | 0.4 |
| Hex | 14 | 90 | B6 | 59 | 15 | 0 | 1D | C2 | 50 | 28 |
| Octal | 24 | 220 | 266 | 131 | 25 | 0 | 35 | 302 | 120 | 50 |
| Binary | 10100 | 10010000 | 10110110 | 1011001 | 10101 | 0 | 11101 | 11000010 | 1010000 | 101000 |
Color Harmonies of #1490B6
Complementary color
Monochromatic Colors of #1490B6
Black with #1490B6
Text Example
Text Example
White with #1490B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490B6; }
p { color: rgb(20,144,182); }
H1.HeaderClassName
{
color: #1490B6;
}
.AnyTagClassName
{
color: #1490B6;
}
</style>
background-color css
<style>
a { background-color: #1490B6; }
a { background-color: rgb(20,144,182); }
div.DivClassName
{
background-color: #1490B6;
}
.BgClassName
{
background-color: #1490B6;
}
</style>
border-color css
<style>
span { border-color: #1490B6; }
span { border-color: rgb(20,144,182); }
td.TdClassName
{
border-color: #1490B6;
}
.TagClassName
{
border-color: #1490B6;
}
</style>