Shades of Pelorous #1A85BB
Tints of Pelorous #1A85BB
RGB
CMYK
RGB Variations
Color information
#1A85BB (or 0x1A85BB) is known color: Pelorous. HEX triplet: 1A, 85 and BB. RGB value is (26,133,187). Sum of RGB (Red+Green+Blue) = 26+133+187=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A85BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A85BB is #E57A44. Grayscale: #6A6A6A. Windows color (decimal): -15039045 or 12289306. OLE color: 12289306.
HSL color Cylindrical-coordinate representation of color #1A85BB: hue angle of 200.12º 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 #1A85BB is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 133 | 187 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.27 |
| HSL | 200.12º | 0.76% | 0.42% | - |
| HSV(B) | 200.12º | 0.86% | 0.73% | - |
| XYZ | 17.78 | 20.58 | 50.05 | - |
| YUV | 107.16 | 173.05 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 187 | 0.86 | 0.29 | 0 | 0.27 | 200.12 | 0.76 | 0.42 |
| Hex | 1A | 85 | BB | 56 | 1D | 0 | 1B | C8 | 4C | 2A |
| Octal | 32 | 205 | 273 | 126 | 35 | 0 | 33 | 310 | 114 | 52 |
| Binary | 11010 | 10000101 | 10111011 | 1010110 | 11101 | 0 | 11011 | 11001000 | 1001100 | 101010 |
Color Harmonies of #1A85BB
Complementary color
Monochromatic Colors of #1A85BB
Black with #1A85BB
Text Example
Text Example
White with #1A85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85BB; }
p { color: rgb(26,133,187); }
H1.HeaderClassName
{
color: #1A85BB;
}
.AnyTagClassName
{
color: #1A85BB;
}
</style>
background-color css
<style>
a { background-color: #1A85BB; }
a { background-color: rgb(26,133,187); }
div.DivClassName
{
background-color: #1A85BB;
}
.BgClassName
{
background-color: #1A85BB;
}
</style>
border-color css
<style>
span { border-color: #1A85BB; }
span { border-color: rgb(26,133,187); }
td.TdClassName
{
border-color: #1A85BB;
}
.TagClassName
{
border-color: #1A85BB;
}
</style>