Shades of Pelorous #1989BA
Tints of Pelorous #1989BA
RGB
CMYK
RGB Variations
Color information
#1989BA (or 0x1989BA) is known color: Pelorous. HEX triplet: 19, 89 and BA. RGB value is (25,137,186). Sum of RGB (Red+Green+Blue) = 25+137+186=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #1989BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1989BA is #E67645. Grayscale: #6C6C6C. Windows color (decimal): -15103558 or 12224793. OLE color: 12224793.
HSL color Cylindrical-coordinate representation of color #1989BA: hue angle of 198.26º degrees, saturation: 0.76, 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 #1989BA is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 137 | 186 | - |
| CMYK | 0.87 | 0.26 | 0 | 0.27 |
| HSL | 198.26º | 0.76% | 0.41% | - |
| HSV(B) | 198.26º | 0.87% | 0.73% | - |
| XYZ | 18.21 | 21.64 | 49.67 | - |
| YUV | 109.1 | 171.39 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 137 | 186 | 0.87 | 0.26 | 0 | 0.27 | 198.26 | 0.76 | 0.41 |
| Hex | 19 | 89 | BA | 57 | 1A | 0 | 1B | C6 | 4C | 29 |
| Octal | 31 | 211 | 272 | 127 | 32 | 0 | 33 | 306 | 114 | 51 |
| Binary | 11001 | 10001001 | 10111010 | 1010111 | 11010 | 0 | 11011 | 11000110 | 1001100 | 101001 |
Color Harmonies of #1989BA
Complementary color
Monochromatic Colors of #1989BA
Black with #1989BA
Text Example
Text Example
White with #1989BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1989BA; }
p { color: rgb(25,137,186); }
H1.HeaderClassName
{
color: #1989BA;
}
.AnyTagClassName
{
color: #1989BA;
}
</style>
background-color css
<style>
a { background-color: #1989BA; }
a { background-color: rgb(25,137,186); }
div.DivClassName
{
background-color: #1989BA;
}
.BgClassName
{
background-color: #1989BA;
}
</style>
border-color css
<style>
span { border-color: #1989BA; }
span { border-color: rgb(25,137,186); }
td.TdClassName
{
border-color: #1989BA;
}
.TagClassName
{
border-color: #1989BA;
}
</style>