Shades of Pelorous #1980BB
Tints of Pelorous #1980BB
RGB
CMYK
RGB Variations
Color information
#1980BB (or 0x1980BB) is known color: Pelorous. HEX triplet: 19, 80 and BB. RGB value is (25,128,187). Sum of RGB (Red+Green+Blue) = 25+128+187=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #1980BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1980BB is #E67F44. Grayscale: #676767. Windows color (decimal): -15105861 or 12288025. OLE color: 12288025.
HSL color Cylindrical-coordinate representation of color #1980BB: hue angle of 201.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1980BB is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 128 | 187 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.27 |
| HSL | 201.85º | 0.76% | 0.42% | - |
| HSV(B) | 201.85º | 0.87% | 0.73% | - |
| XYZ | 17.09 | 19.23 | 49.83 | - |
| YUV | 103.93 | 174.88 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 187 | 0.87 | 0.32 | 0 | 0.27 | 201.85 | 0.76 | 0.42 |
| Hex | 19 | 80 | BB | 57 | 20 | 0 | 1B | CA | 4C | 2A |
| Octal | 31 | 200 | 273 | 127 | 40 | 0 | 33 | 312 | 114 | 52 |
| Binary | 11001 | 10000000 | 10111011 | 1010111 | 100000 | 0 | 11011 | 11001010 | 1001100 | 101010 |
Color Harmonies of #1980BB
Complementary color
Monochromatic Colors of #1980BB
Black with #1980BB
Text Example
Text Example
White with #1980BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1980BB; }
p { color: rgb(25,128,187); }
H1.HeaderClassName
{
color: #1980BB;
}
.AnyTagClassName
{
color: #1980BB;
}
</style>
background-color css
<style>
a { background-color: #1980BB; }
a { background-color: rgb(25,128,187); }
div.DivClassName
{
background-color: #1980BB;
}
.BgClassName
{
background-color: #1980BB;
}
</style>
border-color css
<style>
span { border-color: #1980BB; }
span { border-color: rgb(25,128,187); }
td.TdClassName
{
border-color: #1980BB;
}
.TagClassName
{
border-color: #1980BB;
}
</style>