Shades of Pelorous #1A86B3
Tints of Pelorous #1A86B3
RGB
CMYK
RGB Variations
Color information
#1A86B3 (or 0x1A86B3) is known color: Pelorous. HEX triplet: 1A, 86 and B3. RGB value is (26,134,179). Sum of RGB (Red+Green+Blue) = 26+134+179=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #1A86B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A86B3 is #E5794C. Grayscale: #6A6A6A. Windows color (decimal): -15038797 or 11765274. OLE color: 11765274.
HSL color Cylindrical-coordinate representation of color #1A86B3: hue angle of 197.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A86B3 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 134 | 179 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.30 |
| HSL | 197.65º | 0.75% | 0.4% | - |
| HSV(B) | 197.65º | 0.85% | 0.7% | - |
| XYZ | 17.09 | 20.52 | 45.71 | - |
| YUV | 106.84 | 168.72 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 179 | 0.85 | 0.25 | 0 | 0.30 | 197.65 | 0.75 | 0.4 |
| Hex | 1A | 86 | B3 | 55 | 19 | 0 | 1E | C6 | 4B | 28 |
| Octal | 32 | 206 | 263 | 125 | 31 | 0 | 36 | 306 | 113 | 50 |
| Binary | 11010 | 10000110 | 10110011 | 1010101 | 11001 | 0 | 11110 | 11000110 | 1001011 | 101000 |
Color Harmonies of #1A86B3
Complementary color
Monochromatic Colors of #1A86B3
Black with #1A86B3
Text Example
Text Example
White with #1A86B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A86B3; }
p { color: rgb(26,134,179); }
H1.HeaderClassName
{
color: #1A86B3;
}
.AnyTagClassName
{
color: #1A86B3;
}
</style>
background-color css
<style>
a { background-color: #1A86B3; }
a { background-color: rgb(26,134,179); }
div.DivClassName
{
background-color: #1A86B3;
}
.BgClassName
{
background-color: #1A86B3;
}
</style>
border-color css
<style>
span { border-color: #1A86B3; }
span { border-color: rgb(26,134,179); }
td.TdClassName
{
border-color: #1A86B3;
}
.TagClassName
{
border-color: #1A86B3;
}
</style>