Shades of Pelorous #1791BB
Tints of Pelorous #1791BB
RGB
CMYK
RGB Variations
Color information
#1791BB (or 0x1791BB) is known color: Pelorous. HEX triplet: 17, 91 and BB. RGB value is (23,145,187). Sum of RGB (Red+Green+Blue) = 23+145+187=355 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.48% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #1791BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1791BB is #E86E44. Grayscale: #717171. Windows color (decimal): -15232581 or 12292375. OLE color: 12292375.
HSL color Cylindrical-coordinate representation of color #1791BB: hue angle of 195.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1791BB is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 145 | 187 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.27 |
| HSL | 195.37º | 0.78% | 0.41% | - |
| HSV(B) | 195.37º | 0.88% | 0.73% | - |
| XYZ | 19.45 | 24.02 | 50.63 | - |
| YUV | 113.31 | 169.58 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 187 | 0.88 | 0.22 | 0 | 0.27 | 195.37 | 0.78 | 0.41 |
| Hex | 17 | 91 | BB | 58 | 16 | 0 | 1B | C3 | 4E | 29 |
| Octal | 27 | 221 | 273 | 130 | 26 | 0 | 33 | 303 | 116 | 51 |
| Binary | 10111 | 10010001 | 10111011 | 1011000 | 10110 | 0 | 11011 | 11000011 | 1001110 | 101001 |
Color Harmonies of #1791BB
Complementary color
Monochromatic Colors of #1791BB
Black with #1791BB
Text Example
Text Example
White with #1791BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791BB; }
p { color: rgb(23,145,187); }
H1.HeaderClassName
{
color: #1791BB;
}
.AnyTagClassName
{
color: #1791BB;
}
</style>
background-color css
<style>
a { background-color: #1791BB; }
a { background-color: rgb(23,145,187); }
div.DivClassName
{
background-color: #1791BB;
}
.BgClassName
{
background-color: #1791BB;
}
</style>
border-color css
<style>
span { border-color: #1791BB; }
span { border-color: rgb(23,145,187); }
td.TdClassName
{
border-color: #1791BB;
}
.TagClassName
{
border-color: #1791BB;
}
</style>