Shades of Pelorous #1B82BC
Tints of Pelorous #1B82BC
RGB
CMYK
RGB Variations
Color information
#1B82BC (or 0x1B82BC) is known color: Pelorous. HEX triplet: 1B, 82 and BC. RGB value is (27,130,188). Sum of RGB (Red+Green+Blue) = 27+130+188=345 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.83% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B82BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B82BC is #E47D43. Grayscale: #696969. Windows color (decimal): -14974276 or 12354075. OLE color: 12354075.
HSL color Cylindrical-coordinate representation of color #1B82BC: hue angle of 201.61º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B82BC is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 130 | 188 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.26 |
| HSL | 201.61º | 0.75% | 0.42% | - |
| HSV(B) | 201.61º | 0.86% | 0.74% | - |
| XYZ | 17.51 | 19.83 | 50.48 | - |
| YUV | 105.82 | 174.38 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 188 | 0.86 | 0.31 | 0 | 0.26 | 201.61 | 0.75 | 0.42 |
| Hex | 1B | 82 | BC | 56 | 1F | 0 | 1A | CA | 4B | 2A |
| Octal | 33 | 202 | 274 | 126 | 37 | 0 | 32 | 312 | 113 | 52 |
| Binary | 11011 | 10000010 | 10111100 | 1010110 | 11111 | 0 | 11010 | 11001010 | 1001011 | 101010 |
Color Harmonies of #1B82BC
Complementary color
Monochromatic Colors of #1B82BC
Black with #1B82BC
Text Example
Text Example
White with #1B82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B82BC; }
p { color: rgb(27,130,188); }
H1.HeaderClassName
{
color: #1B82BC;
}
.AnyTagClassName
{
color: #1B82BC;
}
</style>
background-color css
<style>
a { background-color: #1B82BC; }
a { background-color: rgb(27,130,188); }
div.DivClassName
{
background-color: #1B82BC;
}
.BgClassName
{
background-color: #1B82BC;
}
</style>
border-color css
<style>
span { border-color: #1B82BC; }
span { border-color: rgb(27,130,188); }
td.TdClassName
{
border-color: #1B82BC;
}
.TagClassName
{
border-color: #1B82BC;
}
</style>