Shades of Pelorous #1490AC
Tints of Pelorous #1490AC
RGB
CMYK
RGB Variations
Color information
#1490AC (or 0x1490AC) is known color: Pelorous. HEX triplet: 14, 90 and AC. RGB value is (20,144,172). Sum of RGB (Red+Green+Blue) = 20+144+172=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #1490AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1490AC is #EB6F53. Grayscale: #6D6D6D. Windows color (decimal): -15429460 or 11309076. OLE color: 11309076.
HSL color Cylindrical-coordinate representation of color #1490AC: hue angle of 191.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1490AC is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 144 | 172 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.33 |
| HSL | 191.05º | 0.79% | 0.38% | - |
| HSV(B) | 191.05º | 0.88% | 0.67% | - |
| XYZ | 17.71 | 23.07 | 42.55 | - |
| YUV | 110.12 | 162.92 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 172 | 0.88 | 0.16 | 0 | 0.33 | 191.05 | 0.79 | 0.38 |
| Hex | 14 | 90 | AC | 58 | 10 | 0 | 21 | BF | 4F | 26 |
| Octal | 24 | 220 | 254 | 130 | 20 | 0 | 41 | 277 | 117 | 46 |
| Binary | 10100 | 10010000 | 10101100 | 1011000 | 10000 | 0 | 100001 | 10111111 | 1001111 | 100110 |
Color Harmonies of #1490AC
Complementary color
Monochromatic Colors of #1490AC
Black with #1490AC
Text Example
Text Example
White with #1490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1490AC; }
p { color: rgb(20,144,172); }
H1.HeaderClassName
{
color: #1490AC;
}
.AnyTagClassName
{
color: #1490AC;
}
</style>
background-color css
<style>
a { background-color: #1490AC; }
a { background-color: rgb(20,144,172); }
div.DivClassName
{
background-color: #1490AC;
}
.BgClassName
{
background-color: #1490AC;
}
</style>
border-color css
<style>
span { border-color: #1490AC; }
span { border-color: rgb(20,144,172); }
td.TdClassName
{
border-color: #1490AC;
}
.TagClassName
{
border-color: #1490AC;
}
</style>