Shades of Pelorous #1987C6
Tints of Pelorous #1987C6
RGB
CMYK
RGB Variations
Color information
#1987C6 (or 0x1987C6) is known color: Pelorous. HEX triplet: 19, 87 and C6. RGB value is (25,135,198). Sum of RGB (Red+Green+Blue) = 25+135+198=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #1987C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987C6 is #E67839. Grayscale: #6C6C6C. Windows color (decimal): -15104058 or 13010713. OLE color: 13010713.
HSL color Cylindrical-coordinate representation of color #1987C6: hue angle of 201.85º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1987C6 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 25 | 135 | 198 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.22 |
| HSL | 201.85º | 0.78% | 0.44% | - |
| HSV(B) | 201.85º | 0.87% | 0.78% | - |
| XYZ | 19.26 | 21.61 | 56.58 | - |
| YUV | 109.29 | 178.06 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 198 | 0.87 | 0.32 | 0 | 0.22 | 201.85 | 0.78 | 0.44 |
| Hex | 19 | 87 | C6 | 57 | 20 | 0 | 16 | CA | 4E | 2C |
| Octal | 31 | 207 | 306 | 127 | 40 | 0 | 26 | 312 | 116 | 54 |
| Binary | 11001 | 10000111 | 11000110 | 1010111 | 100000 | 0 | 10110 | 11001010 | 1001110 | 101100 |
Color Harmonies of #1987C6
Complementary color
Monochromatic Colors of #1987C6
Black with #1987C6
Text Example
Text Example
White with #1987C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987C6; }
p { color: rgb(25,135,198); }
H1.HeaderClassName
{
color: #1987C6;
}
.AnyTagClassName
{
color: #1987C6;
}
</style>
background-color css
<style>
a { background-color: #1987C6; }
a { background-color: rgb(25,135,198); }
div.DivClassName
{
background-color: #1987C6;
}
.BgClassName
{
background-color: #1987C6;
}
</style>
border-color css
<style>
span { border-color: #1987C6; }
span { border-color: rgb(25,135,198); }
td.TdClassName
{
border-color: #1987C6;
}
.TagClassName
{
border-color: #1987C6;
}
</style>