Shades of Pelorous #1494BC
Tints of Pelorous #1494BC
RGB
CMYK
RGB Variations
Color information
#1494BC (or 0x1494BC) is known color: Pelorous. HEX triplet: 14, 94 and BC. RGB value is (20,148,188). Sum of RGB (Red+Green+Blue) = 20+148+188=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #1494BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1494BC is #EB6B43. Grayscale: #727272. Windows color (decimal): -15428420 or 12358676. OLE color: 12358676.
HSL color Cylindrical-coordinate representation of color #1494BC: hue angle of 194.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1494BC is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 148 | 188 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.26 |
| HSL | 194.29º | 0.81% | 0.41% | - |
| HSV(B) | 194.29º | 0.89% | 0.74% | - |
| XYZ | 19.96 | 24.96 | 51.34 | - |
| YUV | 114.29 | 169.59 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 188 | 0.89 | 0.21 | 0 | 0.26 | 194.29 | 0.81 | 0.41 |
| Hex | 14 | 94 | BC | 59 | 15 | 0 | 1A | C2 | 51 | 29 |
| Octal | 24 | 224 | 274 | 131 | 25 | 0 | 32 | 302 | 121 | 51 |
| Binary | 10100 | 10010100 | 10111100 | 1011001 | 10101 | 0 | 11010 | 11000010 | 1010001 | 101001 |
Color Harmonies of #1494BC
Complementary color
Monochromatic Colors of #1494BC
Black with #1494BC
Text Example
Text Example
White with #1494BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1494BC; }
p { color: rgb(20,148,188); }
H1.HeaderClassName
{
color: #1494BC;
}
.AnyTagClassName
{
color: #1494BC;
}
</style>
background-color css
<style>
a { background-color: #1494BC; }
a { background-color: rgb(20,148,188); }
div.DivClassName
{
background-color: #1494BC;
}
.BgClassName
{
background-color: #1494BC;
}
</style>
border-color css
<style>
span { border-color: #1494BC; }
span { border-color: rgb(20,148,188); }
td.TdClassName
{
border-color: #1494BC;
}
.TagClassName
{
border-color: #1494BC;
}
</style>