Shades of Pelorous #1986BA
Tints of Pelorous #1986BA
RGB
CMYK
RGB Variations
Color information
#1986BA (or 0x1986BA) is known color: Pelorous. HEX triplet: 19, 86 and BA. RGB value is (25,134,186). Sum of RGB (Red+Green+Blue) = 25+134+186=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #1986BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986BA is #E67945. Grayscale: #6B6B6B. Windows color (decimal): -15104326 or 12224025. OLE color: 12224025.
HSL color Cylindrical-coordinate representation of color #1986BA: hue angle of 199.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1986BA is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 134 | 186 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.27 |
| HSL | 199.38º | 0.76% | 0.41% | - |
| HSV(B) | 199.38º | 0.87% | 0.73% | - |
| XYZ | 17.79 | 20.8 | 49.53 | - |
| YUV | 107.34 | 172.39 | 69.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 186 | 0.87 | 0.28 | 0 | 0.27 | 199.38 | 0.76 | 0.41 |
| Hex | 19 | 86 | BA | 57 | 1C | 0 | 1B | C7 | 4C | 29 |
| Octal | 31 | 206 | 272 | 127 | 34 | 0 | 33 | 307 | 114 | 51 |
| Binary | 11001 | 10000110 | 10111010 | 1010111 | 11100 | 0 | 11011 | 11000111 | 1001100 | 101001 |
Color Harmonies of #1986BA
Complementary color
Monochromatic Colors of #1986BA
Black with #1986BA
Text Example
Text Example
White with #1986BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986BA; }
p { color: rgb(25,134,186); }
H1.HeaderClassName
{
color: #1986BA;
}
.AnyTagClassName
{
color: #1986BA;
}
</style>
background-color css
<style>
a { background-color: #1986BA; }
a { background-color: rgb(25,134,186); }
div.DivClassName
{
background-color: #1986BA;
}
.BgClassName
{
background-color: #1986BA;
}
</style>
border-color css
<style>
span { border-color: #1986BA; }
span { border-color: rgb(25,134,186); }
td.TdClassName
{
border-color: #1986BA;
}
.TagClassName
{
border-color: #1986BA;
}
</style>