Shades of Pelorous #1986BF
Tints of Pelorous #1986BF
RGB
CMYK
RGB Variations
Color information
#1986BF (or 0x1986BF) is known color: Pelorous. HEX triplet: 19, 86 and BF. RGB value is (25,134,191). Sum of RGB (Red+Green+Blue) = 25+134+191=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #1986BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1986BF is #E67940. Grayscale: #6B6B6B. Windows color (decimal): -15104321 or 12551705. OLE color: 12551705.
HSL color Cylindrical-coordinate representation of color #1986BF: hue angle of 200.6º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1986BF is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 134 | 191 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.25 |
| HSL | 200.6º | 0.77% | 0.42% | - |
| HSV(B) | 200.6º | 0.87% | 0.75% | - |
| XYZ | 18.33 | 21.02 | 52.38 | - |
| YUV | 107.91 | 174.89 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 191 | 0.87 | 0.30 | 0 | 0.25 | 200.6 | 0.77 | 0.42 |
| Hex | 19 | 86 | BF | 57 | 1E | 0 | 19 | C9 | 4D | 2A |
| Octal | 31 | 206 | 277 | 127 | 36 | 0 | 31 | 311 | 115 | 52 |
| Binary | 11001 | 10000110 | 10111111 | 1010111 | 11110 | 0 | 11001 | 11001001 | 1001101 | 101010 |
Color Harmonies of #1986BF
Complementary color
Monochromatic Colors of #1986BF
Black with #1986BF
Text Example
Text Example
White with #1986BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1986BF; }
p { color: rgb(25,134,191); }
H1.HeaderClassName
{
color: #1986BF;
}
.AnyTagClassName
{
color: #1986BF;
}
</style>
background-color css
<style>
a { background-color: #1986BF; }
a { background-color: rgb(25,134,191); }
div.DivClassName
{
background-color: #1986BF;
}
.BgClassName
{
background-color: #1986BF;
}
</style>
border-color css
<style>
span { border-color: #1986BF; }
span { border-color: rgb(25,134,191); }
td.TdClassName
{
border-color: #1986BF;
}
.TagClassName
{
border-color: #1986BF;
}
</style>