Shades of Pelorous #1C82BA
Tints of Pelorous #1C82BA
RGB
CMYK
RGB Variations
Color information
#1C82BA (or 0x1C82BA) is known color: Pelorous. HEX triplet: 1C, 82 and BA. RGB value is (28,130,186). Sum of RGB (Red+Green+Blue) = 28+130+186=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #1C82BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C82BA is #E37D45. Grayscale: #696969. Windows color (decimal): -14908742 or 12223004. OLE color: 12223004.
HSL color Cylindrical-coordinate representation of color #1C82BA: hue angle of 201.27º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C82BA is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 130 | 186 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.27 |
| HSL | 201.27º | 0.74% | 0.42% | - |
| HSV(B) | 201.27º | 0.85% | 0.73% | - |
| XYZ | 17.32 | 19.76 | 49.35 | - |
| YUV | 105.89 | 173.21 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 130 | 186 | 0.85 | 0.30 | 0 | 0.27 | 201.27 | 0.74 | 0.42 |
| Hex | 1C | 82 | BA | 55 | 1E | 0 | 1B | C9 | 4A | 2A |
| Octal | 34 | 202 | 272 | 125 | 36 | 0 | 33 | 311 | 112 | 52 |
| Binary | 11100 | 10000010 | 10111010 | 1010101 | 11110 | 0 | 11011 | 11001001 | 1001010 | 101010 |
Color Harmonies of #1C82BA
Complementary color
Monochromatic Colors of #1C82BA
Black with #1C82BA
Text Example
Text Example
White with #1C82BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C82BA; }
p { color: rgb(28,130,186); }
H1.HeaderClassName
{
color: #1C82BA;
}
.AnyTagClassName
{
color: #1C82BA;
}
</style>
background-color css
<style>
a { background-color: #1C82BA; }
a { background-color: rgb(28,130,186); }
div.DivClassName
{
background-color: #1C82BA;
}
.BgClassName
{
background-color: #1C82BA;
}
</style>
border-color css
<style>
span { border-color: #1C82BA; }
span { border-color: rgb(28,130,186); }
td.TdClassName
{
border-color: #1C82BA;
}
.TagClassName
{
border-color: #1C82BA;
}
</style>