Shades of Pelorous #1987C3
Tints of Pelorous #1987C3
RGB
CMYK
RGB Variations
Color information
#1987C3 (or 0x1987C3) is known color: Pelorous. HEX triplet: 19, 87 and C3. RGB value is (25,135,195). Sum of RGB (Red+Green+Blue) = 25+135+195=355 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.04% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #1987C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987C3 is #E6783C. Grayscale: #6C6C6C. Windows color (decimal): -15104061 or 12814105. OLE color: 12814105.
HSL color Cylindrical-coordinate representation of color #1987C3: hue angle of 201.18º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1987C3 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 135 | 195 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.24 |
| HSL | 201.18º | 0.77% | 0.43% | - |
| HSV(B) | 201.18º | 0.87% | 0.76% | - |
| XYZ | 18.92 | 21.47 | 54.78 | - |
| YUV | 108.95 | 176.56 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 195 | 0.87 | 0.31 | 0 | 0.24 | 201.18 | 0.77 | 0.43 |
| Hex | 19 | 87 | C3 | 57 | 1F | 0 | 18 | C9 | 4D | 2B |
| Octal | 31 | 207 | 303 | 127 | 37 | 0 | 30 | 311 | 115 | 53 |
| Binary | 11001 | 10000111 | 11000011 | 1010111 | 11111 | 0 | 11000 | 11001001 | 1001101 | 101011 |
Color Harmonies of #1987C3
Complementary color
Monochromatic Colors of #1987C3
Black with #1987C3
Text Example
Text Example
White with #1987C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987C3; }
p { color: rgb(25,135,195); }
H1.HeaderClassName
{
color: #1987C3;
}
.AnyTagClassName
{
color: #1987C3;
}
</style>
background-color css
<style>
a { background-color: #1987C3; }
a { background-color: rgb(25,135,195); }
div.DivClassName
{
background-color: #1987C3;
}
.BgClassName
{
background-color: #1987C3;
}
</style>
border-color css
<style>
span { border-color: #1987C3; }
span { border-color: rgb(25,135,195); }
td.TdClassName
{
border-color: #1987C3;
}
.TagClassName
{
border-color: #1987C3;
}
</style>