Shades of Pelorous #1987B9
Tints of Pelorous #1987B9
RGB
CMYK
RGB Variations
Color information
#1987B9 (or 0x1987B9) is known color: Pelorous. HEX triplet: 19, 87 and B9. RGB value is (25,135,185). Sum of RGB (Red+Green+Blue) = 25+135+185=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #1987B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987B9 is #E67846. Grayscale: #6B6B6B. Windows color (decimal): -15104071 or 12158745. OLE color: 12158745.
HSL color Cylindrical-coordinate representation of color #1987B9: hue angle of 198.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1987B9 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 135 | 185 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.27 |
| HSL | 198.75º | 0.76% | 0.41% | - |
| HSV(B) | 198.75º | 0.86% | 0.73% | - |
| XYZ | 17.82 | 21.04 | 49.02 | - |
| YUV | 107.81 | 171.56 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 185 | 0.86 | 0.27 | 0 | 0.27 | 198.75 | 0.76 | 0.41 |
| Hex | 19 | 87 | B9 | 56 | 1B | 0 | 1B | C7 | 4C | 29 |
| Octal | 31 | 207 | 271 | 126 | 33 | 0 | 33 | 307 | 114 | 51 |
| Binary | 11001 | 10000111 | 10111001 | 1010110 | 11011 | 0 | 11011 | 11000111 | 1001100 | 101001 |
Color Harmonies of #1987B9
Complementary color
Monochromatic Colors of #1987B9
Black with #1987B9
Text Example
Text Example
White with #1987B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987B9; }
p { color: rgb(25,135,185); }
H1.HeaderClassName
{
color: #1987B9;
}
.AnyTagClassName
{
color: #1987B9;
}
</style>
background-color css
<style>
a { background-color: #1987B9; }
a { background-color: rgb(25,135,185); }
div.DivClassName
{
background-color: #1987B9;
}
.BgClassName
{
background-color: #1987B9;
}
</style>
border-color css
<style>
span { border-color: #1987B9; }
span { border-color: rgb(25,135,185); }
td.TdClassName
{
border-color: #1987B9;
}
.TagClassName
{
border-color: #1987B9;
}
</style>