Shades of Pelorous #1A8DBC
Tints of Pelorous #1A8DBC
RGB
CMYK
RGB Variations
Color information
#1A8DBC (or 0x1A8DBC) is known color: Pelorous. HEX triplet: 1A, 8D and BC. RGB value is (26,141,188). Sum of RGB (Red+Green+Blue) = 26+141+188=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8DBC is #E57243. Grayscale: #6F6F6F. Windows color (decimal): -15036996 or 12356890. OLE color: 12356890.
HSL color Cylindrical-coordinate representation of color #1A8DBC: hue angle of 197.41º 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 #1A8DBC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 141 | 188 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.26 |
| HSL | 197.41º | 0.76% | 0.42% | - |
| HSV(B) | 197.41º | 0.86% | 0.74% | - |
| XYZ | 19.03 | 22.9 | 50.99 | - |
| YUV | 111.97 | 170.9 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 188 | 0.86 | 0.25 | 0 | 0.26 | 197.41 | 0.76 | 0.42 |
| Hex | 1A | 8D | BC | 56 | 19 | 0 | 1A | C5 | 4C | 2A |
| Octal | 32 | 215 | 274 | 126 | 31 | 0 | 32 | 305 | 114 | 52 |
| Binary | 11010 | 10001101 | 10111100 | 1010110 | 11001 | 0 | 11010 | 11000101 | 1001100 | 101010 |
Color Harmonies of #1A8DBC
Complementary color
Monochromatic Colors of #1A8DBC
Black with #1A8DBC
Text Example
Text Example
White with #1A8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8DBC; }
p { color: rgb(26,141,188); }
H1.HeaderClassName
{
color: #1A8DBC;
}
.AnyTagClassName
{
color: #1A8DBC;
}
</style>
background-color css
<style>
a { background-color: #1A8DBC; }
a { background-color: rgb(26,141,188); }
div.DivClassName
{
background-color: #1A8DBC;
}
.BgClassName
{
background-color: #1A8DBC;
}
</style>
border-color css
<style>
span { border-color: #1A8DBC; }
span { border-color: rgb(26,141,188); }
td.TdClassName
{
border-color: #1A8DBC;
}
.TagClassName
{
border-color: #1A8DBC;
}
</style>