Shades of Pelorous #1989C5
Tints of Pelorous #1989C5
RGB
CMYK
RGB Variations
Color information
#1989C5 (or 0x1989C5) is known color: Pelorous. HEX triplet: 19, 89 and C5. RGB value is (25,137,197). Sum of RGB (Red+Green+Blue) = 25+137+197=359 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.96% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #1989C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989C5 is #E6763A. Grayscale: #6E6E6E. Windows color (decimal): -15103547 or 12945689. OLE color: 12945689.
HSL color Cylindrical-coordinate representation of color #1989C5: hue angle of 200.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1989C5 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 137 | 197 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.23 |
| HSL | 200.93º | 0.77% | 0.44% | - |
| HSV(B) | 200.93º | 0.87% | 0.77% | - |
| XYZ | 19.42 | 22.13 | 56.07 | - |
| YUV | 110.35 | 176.89 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 197 | 0.87 | 0.30 | 0 | 0.23 | 200.93 | 0.77 | 0.44 |
| Hex | 19 | 89 | C5 | 57 | 1E | 0 | 17 | C9 | 4D | 2C |
| Octal | 31 | 211 | 305 | 127 | 36 | 0 | 27 | 311 | 115 | 54 |
| Binary | 11001 | 10001001 | 11000101 | 1010111 | 11110 | 0 | 10111 | 11001001 | 1001101 | 101100 |
Color Harmonies of #1989C5
Complementary color
Monochromatic Colors of #1989C5
Black with #1989C5
Text Example
Text Example
White with #1989C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1989C5; }
p { color: rgb(25,137,197); }
H1.HeaderClassName
{
color: #1989C5;
}
.AnyTagClassName
{
color: #1989C5;
}
</style>
background-color css
<style>
a { background-color: #1989C5; }
a { background-color: rgb(25,137,197); }
div.DivClassName
{
background-color: #1989C5;
}
.BgClassName
{
background-color: #1989C5;
}
</style>
border-color css
<style>
span { border-color: #1989C5; }
span { border-color: rgb(25,137,197); }
td.TdClassName
{
border-color: #1989C5;
}
.TagClassName
{
border-color: #1989C5;
}
</style>