Shades of Pelorous #1786BE
Tints of Pelorous #1786BE
RGB
CMYK
RGB Variations
Color information
#1786BE (or 0x1786BE) is known color: Pelorous. HEX triplet: 17, 86 and BE. RGB value is (23,134,190). Sum of RGB (Red+Green+Blue) = 23+134+190=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #1786BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786BE is #E87941. Grayscale: #6A6A6A. Windows color (decimal): -15235394 or 12486167. OLE color: 12486167.
HSL color Cylindrical-coordinate representation of color #1786BE: hue angle of 200.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1786BE is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 134 | 190 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.25 |
| HSL | 200.12º | 0.78% | 0.42% | - |
| HSV(B) | 200.12º | 0.88% | 0.75% | - |
| XYZ | 18.17 | 20.95 | 51.8 | - |
| YUV | 107.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 190 | 0.88 | 0.29 | 0 | 0.25 | 200.12 | 0.78 | 0.42 |
| Hex | 17 | 86 | BE | 58 | 1D | 0 | 19 | C8 | 4E | 2A |
| Octal | 27 | 206 | 276 | 130 | 35 | 0 | 31 | 310 | 116 | 52 |
| Binary | 10111 | 10000110 | 10111110 | 1011000 | 11101 | 0 | 11001 | 11001000 | 1001110 | 101010 |
Color Harmonies of #1786BE
Complementary color
Monochromatic Colors of #1786BE
Black with #1786BE
Text Example
Text Example
White with #1786BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1786BE; }
p { color: rgb(23,134,190); }
H1.HeaderClassName
{
color: #1786BE;
}
.AnyTagClassName
{
color: #1786BE;
}
</style>
background-color css
<style>
a { background-color: #1786BE; }
a { background-color: rgb(23,134,190); }
div.DivClassName
{
background-color: #1786BE;
}
.BgClassName
{
background-color: #1786BE;
}
</style>
border-color css
<style>
span { border-color: #1786BE; }
span { border-color: rgb(23,134,190); }
td.TdClassName
{
border-color: #1786BE;
}
.TagClassName
{
border-color: #1786BE;
}
</style>