Shades of Pelorous #1492BA
Tints of Pelorous #1492BA
RGB
CMYK
RGB Variations
Color information
#1492BA (or 0x1492BA) is known color: Pelorous. HEX triplet: 14, 92 and BA. RGB value is (20,146,186). Sum of RGB (Red+Green+Blue) = 20+146+186=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #1492BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1492BA is #EB6D45. Grayscale: #707070. Windows color (decimal): -15428934 or 12227092. OLE color: 12227092.
HSL color Cylindrical-coordinate representation of color #1492BA: hue angle of 194.46º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1492BA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 146 | 186 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.27 |
| HSL | 194.46º | 0.81% | 0.4% | - |
| HSV(B) | 194.46º | 0.89% | 0.73% | - |
| XYZ | 19.43 | 24.25 | 50.11 | - |
| YUV | 112.89 | 169.26 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 186 | 0.89 | 0.22 | 0 | 0.27 | 194.46 | 0.81 | 0.4 |
| Hex | 14 | 92 | BA | 59 | 16 | 0 | 1B | C2 | 51 | 28 |
| Octal | 24 | 222 | 272 | 131 | 26 | 0 | 33 | 302 | 121 | 50 |
| Binary | 10100 | 10010010 | 10111010 | 1011001 | 10110 | 0 | 11011 | 11000010 | 1010001 | 101000 |
Color Harmonies of #1492BA
Complementary color
Monochromatic Colors of #1492BA
Black with #1492BA
Text Example
Text Example
White with #1492BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492BA; }
p { color: rgb(20,146,186); }
H1.HeaderClassName
{
color: #1492BA;
}
.AnyTagClassName
{
color: #1492BA;
}
</style>
background-color css
<style>
a { background-color: #1492BA; }
a { background-color: rgb(20,146,186); }
div.DivClassName
{
background-color: #1492BA;
}
.BgClassName
{
background-color: #1492BA;
}
</style>
border-color css
<style>
span { border-color: #1492BA; }
span { border-color: rgb(20,146,186); }
td.TdClassName
{
border-color: #1492BA;
}
.TagClassName
{
border-color: #1492BA;
}
</style>