Shades of Pelorous #1886BA
Tints of Pelorous #1886BA
RGB
CMYK
RGB Variations
Color information
#1886BA (or 0x1886BA) is known color: Pelorous. HEX triplet: 18, 86 and BA. RGB value is (24,134,186). Sum of RGB (Red+Green+Blue) = 24+134+186=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #1886BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1886BA is #E77945. Grayscale: #6A6A6A. Windows color (decimal): -15169862 or 12224024. OLE color: 12224024.
HSL color Cylindrical-coordinate representation of color #1886BA: hue angle of 199.26º degrees, saturation: 0.77, 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 #1886BA is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 134 | 186 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.27 |
| HSL | 199.26º | 0.77% | 0.41% | - |
| HSV(B) | 199.26º | 0.87% | 0.73% | - |
| XYZ | 17.76 | 20.79 | 49.53 | - |
| YUV | 107.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 186 | 0.87 | 0.28 | 0 | 0.27 | 199.26 | 0.77 | 0.41 |
| Hex | 18 | 86 | BA | 57 | 1C | 0 | 1B | C7 | 4D | 29 |
| Octal | 30 | 206 | 272 | 127 | 34 | 0 | 33 | 307 | 115 | 51 |
| Binary | 11000 | 10000110 | 10111010 | 1010111 | 11100 | 0 | 11011 | 11000111 | 1001101 | 101001 |
Color Harmonies of #1886BA
Complementary color
Monochromatic Colors of #1886BA
Black with #1886BA
Text Example
Text Example
White with #1886BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1886BA; }
p { color: rgb(24,134,186); }
H1.HeaderClassName
{
color: #1886BA;
}
.AnyTagClassName
{
color: #1886BA;
}
</style>
background-color css
<style>
a { background-color: #1886BA; }
a { background-color: rgb(24,134,186); }
div.DivClassName
{
background-color: #1886BA;
}
.BgClassName
{
background-color: #1886BA;
}
</style>
border-color css
<style>
span { border-color: #1886BA; }
span { border-color: rgb(24,134,186); }
td.TdClassName
{
border-color: #1886BA;
}
.TagClassName
{
border-color: #1886BA;
}
</style>