Shades of Pelorous #1795BB
Tints of Pelorous #1795BB
RGB
CMYK
RGB Variations
Color information
#1795BB (or 0x1795BB) is known color: Pelorous. HEX triplet: 17, 95 and BB. RGB value is (23,149,187). Sum of RGB (Red+Green+Blue) = 23+149+187=359 (47% of max value = 765). Red value is 23 (9.38% from 255 or 6.41% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #1795BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1795BB is #E86A44. Grayscale: #737373. Windows color (decimal): -15231557 or 12293399. OLE color: 12293399.
HSL color Cylindrical-coordinate representation of color #1795BB: hue angle of 193.9º 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 #1795BB is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 149 | 187 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.27 |
| HSL | 193.9º | 0.78% | 0.41% | - |
| HSV(B) | 193.9º | 0.88% | 0.73% | - |
| XYZ | 20.07 | 25.26 | 50.83 | - |
| YUV | 115.66 | 168.26 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 149 | 187 | 0.88 | 0.20 | 0 | 0.27 | 193.9 | 0.78 | 0.41 |
| Hex | 17 | 95 | BB | 58 | 14 | 0 | 1B | C2 | 4E | 29 |
| Octal | 27 | 225 | 273 | 130 | 24 | 0 | 33 | 302 | 116 | 51 |
| Binary | 10111 | 10010101 | 10111011 | 1011000 | 10100 | 0 | 11011 | 11000010 | 1001110 | 101001 |
Color Harmonies of #1795BB
Complementary color
Monochromatic Colors of #1795BB
Black with #1795BB
Text Example
Text Example
White with #1795BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1795BB; }
p { color: rgb(23,149,187); }
H1.HeaderClassName
{
color: #1795BB;
}
.AnyTagClassName
{
color: #1795BB;
}
</style>
background-color css
<style>
a { background-color: #1795BB; }
a { background-color: rgb(23,149,187); }
div.DivClassName
{
background-color: #1795BB;
}
.BgClassName
{
background-color: #1795BB;
}
</style>
border-color css
<style>
span { border-color: #1795BB; }
span { border-color: rgb(23,149,187); }
td.TdClassName
{
border-color: #1795BB;
}
.TagClassName
{
border-color: #1795BB;
}
</style>