Shades of Pelorous #1887BA
Tints of Pelorous #1887BA
RGB
CMYK
RGB Variations
Color information
#1887BA (or 0x1887BA) is known color: Pelorous. HEX triplet: 18, 87 and BA. RGB value is (24,135,186). Sum of RGB (Red+Green+Blue) = 24+135+186=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 135 (53.12% from 255 or 39.13% 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 #1887BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1887BA is #E77845. Grayscale: #6B6B6B. Windows color (decimal): -15169606 or 12224280. OLE color: 12224280.
HSL color Cylindrical-coordinate representation of color #1887BA: hue angle of 198.89º 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 #1887BA is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 135 | 186 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.27 |
| HSL | 198.89º | 0.77% | 0.41% | - |
| HSV(B) | 198.89º | 0.87% | 0.73% | - |
| XYZ | 17.9 | 21.07 | 49.58 | - |
| YUV | 107.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 135 | 186 | 0.87 | 0.27 | 0 | 0.27 | 198.89 | 0.77 | 0.41 |
| Hex | 18 | 87 | BA | 57 | 1B | 0 | 1B | C7 | 4D | 29 |
| Octal | 30 | 207 | 272 | 127 | 33 | 0 | 33 | 307 | 115 | 51 |
| Binary | 11000 | 10000111 | 10111010 | 1010111 | 11011 | 0 | 11011 | 11000111 | 1001101 | 101001 |
Color Harmonies of #1887BA
Complementary color
Monochromatic Colors of #1887BA
Black with #1887BA
Text Example
Text Example
White with #1887BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1887BA; }
p { color: rgb(24,135,186); }
H1.HeaderClassName
{
color: #1887BA;
}
.AnyTagClassName
{
color: #1887BA;
}
</style>
background-color css
<style>
a { background-color: #1887BA; }
a { background-color: rgb(24,135,186); }
div.DivClassName
{
background-color: #1887BA;
}
.BgClassName
{
background-color: #1887BA;
}
</style>
border-color css
<style>
span { border-color: #1887BA; }
span { border-color: rgb(24,135,186); }
td.TdClassName
{
border-color: #1887BA;
}
.TagClassName
{
border-color: #1887BA;
}
</style>