Shades of Pelorous #1791B2
Tints of Pelorous #1791B2
RGB
CMYK
RGB Variations
Color information
#1791B2 (or 0x1791B2) is known color: Pelorous. HEX triplet: 17, 91 and B2. RGB value is (23,145,178). Sum of RGB (Red+Green+Blue) = 23+145+178=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #1791B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1791B2 is #E86E4D. Grayscale: #707070. Windows color (decimal): -15232590 or 11702551. OLE color: 11702551.
HSL color Cylindrical-coordinate representation of color #1791B2: hue angle of 192.77º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1791B2 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 145 | 178 | - |
| CMYK | 0.87 | 0.19 | 0 | 0.30 |
| HSL | 192.77º | 0.77% | 0.39% | - |
| HSV(B) | 192.77º | 0.87% | 0.7% | - |
| XYZ | 18.51 | 23.65 | 45.71 | - |
| YUV | 112.28 | 165.08 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 178 | 0.87 | 0.19 | 0 | 0.30 | 192.77 | 0.77 | 0.39 |
| Hex | 17 | 91 | B2 | 57 | 13 | 0 | 1E | C1 | 4D | 27 |
| Octal | 27 | 221 | 262 | 127 | 23 | 0 | 36 | 301 | 115 | 47 |
| Binary | 10111 | 10010001 | 10110010 | 1010111 | 10011 | 0 | 11110 | 11000001 | 1001101 | 100111 |
Color Harmonies of #1791B2
Complementary color
Monochromatic Colors of #1791B2
Black with #1791B2
Text Example
Text Example
White with #1791B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791B2; }
p { color: rgb(23,145,178); }
H1.HeaderClassName
{
color: #1791B2;
}
.AnyTagClassName
{
color: #1791B2;
}
</style>
background-color css
<style>
a { background-color: #1791B2; }
a { background-color: rgb(23,145,178); }
div.DivClassName
{
background-color: #1791B2;
}
.BgClassName
{
background-color: #1791B2;
}
</style>
border-color css
<style>
span { border-color: #1791B2; }
span { border-color: rgb(23,145,178); }
td.TdClassName
{
border-color: #1791B2;
}
.TagClassName
{
border-color: #1791B2;
}
</style>