Shades of Pelorous #1983BB
Tints of Pelorous #1983BB
RGB
CMYK
RGB Variations
Color information
#1983BB (or 0x1983BB) is known color: Pelorous. HEX triplet: 19, 83 and BB. RGB value is (25,131,187). Sum of RGB (Red+Green+Blue) = 25+131+187=343 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.29% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 187 (73.44% from 255 or 54.52% from 343); Max value from RGB is 187 - color contains mainly: blue. Hex color #1983BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1983BB is #E67C44. Grayscale: #696969. Windows color (decimal): -15105093 or 12288793. OLE color: 12288793.
HSL color Cylindrical-coordinate representation of color #1983BB: hue angle of 200.74º 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 #1983BB is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 131 | 187 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.27 |
| HSL | 200.74º | 0.76% | 0.42% | - |
| HSV(B) | 200.74º | 0.87% | 0.73% | - |
| XYZ | 17.49 | 20.03 | 49.96 | - |
| YUV | 105.69 | 173.88 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 187 | 0.87 | 0.30 | 0 | 0.27 | 200.74 | 0.76 | 0.42 |
| Hex | 19 | 83 | BB | 57 | 1E | 0 | 1B | C9 | 4C | 2A |
| Octal | 31 | 203 | 273 | 127 | 36 | 0 | 33 | 311 | 114 | 52 |
| Binary | 11001 | 10000011 | 10111011 | 1010111 | 11110 | 0 | 11011 | 11001001 | 1001100 | 101010 |
Color Harmonies of #1983BB
Complementary color
Monochromatic Colors of #1983BB
Black with #1983BB
Text Example
Text Example
White with #1983BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1983BB; }
p { color: rgb(25,131,187); }
H1.HeaderClassName
{
color: #1983BB;
}
.AnyTagClassName
{
color: #1983BB;
}
</style>
background-color css
<style>
a { background-color: #1983BB; }
a { background-color: rgb(25,131,187); }
div.DivClassName
{
background-color: #1983BB;
}
.BgClassName
{
background-color: #1983BB;
}
</style>
border-color css
<style>
span { border-color: #1983BB; }
span { border-color: rgb(25,131,187); }
td.TdClassName
{
border-color: #1983BB;
}
.TagClassName
{
border-color: #1983BB;
}
</style>