Shades of Pelorous #1A8BBC
Tints of Pelorous #1A8BBC
RGB
CMYK
RGB Variations
Color information
#1A8BBC (or 0x1A8BBC) is known color: Pelorous. HEX triplet: 1A, 8B and BC. RGB value is (26,139,188). Sum of RGB (Red+Green+Blue) = 26+139+188=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8BBC is #E57443. Grayscale: #6E6E6E. Windows color (decimal): -15037508 or 12356378. OLE color: 12356378.
HSL color Cylindrical-coordinate representation of color #1A8BBC: hue angle of 198.15º degrees, saturation: 0.76, 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 #1A8BBC is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 139 | 188 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.26 |
| HSL | 198.15º | 0.76% | 0.42% | - |
| HSV(B) | 198.15º | 0.86% | 0.74% | - |
| XYZ | 18.74 | 22.32 | 50.9 | - |
| YUV | 110.8 | 171.56 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 188 | 0.86 | 0.26 | 0 | 0.26 | 198.15 | 0.76 | 0.42 |
| Hex | 1A | 8B | BC | 56 | 1A | 0 | 1A | C6 | 4C | 2A |
| Octal | 32 | 213 | 274 | 126 | 32 | 0 | 32 | 306 | 114 | 52 |
| Binary | 11010 | 10001011 | 10111100 | 1010110 | 11010 | 0 | 11010 | 11000110 | 1001100 | 101010 |
Color Harmonies of #1A8BBC
Complementary color
Monochromatic Colors of #1A8BBC
Black with #1A8BBC
Text Example
Text Example
White with #1A8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BBC; }
p { color: rgb(26,139,188); }
H1.HeaderClassName
{
color: #1A8BBC;
}
.AnyTagClassName
{
color: #1A8BBC;
}
</style>
background-color css
<style>
a { background-color: #1A8BBC; }
a { background-color: rgb(26,139,188); }
div.DivClassName
{
background-color: #1A8BBC;
}
.BgClassName
{
background-color: #1A8BBC;
}
</style>
border-color css
<style>
span { border-color: #1A8BBC; }
span { border-color: rgb(26,139,188); }
td.TdClassName
{
border-color: #1A8BBC;
}
.TagClassName
{
border-color: #1A8BBC;
}
</style>