Shades of Pelorous #1A8DBB
Tints of Pelorous #1A8DBB
RGB
CMYK
RGB Variations
Color information
#1A8DBB (or 0x1A8DBB) is known color: Pelorous. HEX triplet: 1A, 8D and BB. RGB value is (26,141,187). Sum of RGB (Red+Green+Blue) = 26+141+187=354 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.34% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8DBB is #E57244. Grayscale: #6F6F6F. Windows color (decimal): -15036997 or 12291354. OLE color: 12291354.
HSL color Cylindrical-coordinate representation of color #1A8DBB: hue angle of 197.14º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A8DBB is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 141 | 187 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.27 |
| HSL | 197.14º | 0.76% | 0.42% | - |
| HSV(B) | 197.14º | 0.86% | 0.73% | - |
| XYZ | 18.92 | 22.86 | 50.43 | - |
| YUV | 111.86 | 170.4 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 187 | 0.86 | 0.25 | 0 | 0.27 | 197.14 | 0.76 | 0.42 |
| Hex | 1A | 8D | BB | 56 | 19 | 0 | 1B | C5 | 4C | 2A |
| Octal | 32 | 215 | 273 | 126 | 31 | 0 | 33 | 305 | 114 | 52 |
| Binary | 11010 | 10001101 | 10111011 | 1010110 | 11001 | 0 | 11011 | 11000101 | 1001100 | 101010 |
Color Harmonies of #1A8DBB
Complementary color
Monochromatic Colors of #1A8DBB
Black with #1A8DBB
Text Example
Text Example
White with #1A8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8DBB; }
p { color: rgb(26,141,187); }
H1.HeaderClassName
{
color: #1A8DBB;
}
.AnyTagClassName
{
color: #1A8DBB;
}
</style>
background-color css
<style>
a { background-color: #1A8DBB; }
a { background-color: rgb(26,141,187); }
div.DivClassName
{
background-color: #1A8DBB;
}
.BgClassName
{
background-color: #1A8DBB;
}
</style>
border-color css
<style>
span { border-color: #1A8DBB; }
span { border-color: rgb(26,141,187); }
td.TdClassName
{
border-color: #1A8DBB;
}
.TagClassName
{
border-color: #1A8DBB;
}
</style>