Shades of Pelorous #1783BB
Tints of Pelorous #1783BB
RGB
CMYK
RGB Variations
Color information
#1783BB (or 0x1783BB) is known color: Pelorous. HEX triplet: 17, 83 and BB. RGB value is (23,131,187). Sum of RGB (Red+Green+Blue) = 23+131+187=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #1783BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1783BB is #E87C44. Grayscale: #686868. Windows color (decimal): -15236165 or 12288791. OLE color: 12288791.
HSL color Cylindrical-coordinate representation of color #1783BB: hue angle of 200.49º 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 #1783BB is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 131 | 187 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.27 |
| HSL | 200.49º | 0.78% | 0.41% | - |
| HSV(B) | 200.49º | 0.88% | 0.73% | - |
| XYZ | 17.44 | 20 | 49.96 | - |
| YUV | 105.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 131 | 187 | 0.88 | 0.30 | 0 | 0.27 | 200.49 | 0.78 | 0.41 |
| Hex | 17 | 83 | BB | 58 | 1E | 0 | 1B | C8 | 4E | 29 |
| Octal | 27 | 203 | 273 | 130 | 36 | 0 | 33 | 310 | 116 | 51 |
| Binary | 10111 | 10000011 | 10111011 | 1011000 | 11110 | 0 | 11011 | 11001000 | 1001110 | 101001 |
Color Harmonies of #1783BB
Complementary color
Monochromatic Colors of #1783BB
Black with #1783BB
Text Example
Text Example
White with #1783BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1783BB; }
p { color: rgb(23,131,187); }
H1.HeaderClassName
{
color: #1783BB;
}
.AnyTagClassName
{
color: #1783BB;
}
</style>
background-color css
<style>
a { background-color: #1783BB; }
a { background-color: rgb(23,131,187); }
div.DivClassName
{
background-color: #1783BB;
}
.BgClassName
{
background-color: #1783BB;
}
</style>
border-color css
<style>
span { border-color: #1783BB; }
span { border-color: rgb(23,131,187); }
td.TdClassName
{
border-color: #1783BB;
}
.TagClassName
{
border-color: #1783BB;
}
</style>