Shades of Pelorous #1A85BA
Tints of Pelorous #1A85BA
RGB
CMYK
RGB Variations
Color information
#1A85BA (or 0x1A85BA) is known color: Pelorous. HEX triplet: 1A, 85 and BA. RGB value is (26,133,186). Sum of RGB (Red+Green+Blue) = 26+133+186=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A85BA is #E57A45. Grayscale: #6A6A6A. Windows color (decimal): -15039046 or 12223770. OLE color: 12223770.
HSL color Cylindrical-coordinate representation of color #1A85BA: hue angle of 199.88º degrees, saturation: 0.75, 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 #1A85BA is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 133 | 186 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.27 |
| HSL | 199.88º | 0.75% | 0.42% | - |
| HSV(B) | 199.88º | 0.86% | 0.73% | - |
| XYZ | 17.68 | 20.54 | 49.49 | - |
| YUV | 107.05 | 172.55 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 186 | 0.86 | 0.28 | 0 | 0.27 | 199.88 | 0.75 | 0.42 |
| Hex | 1A | 85 | BA | 56 | 1C | 0 | 1B | C8 | 4B | 2A |
| Octal | 32 | 205 | 272 | 126 | 34 | 0 | 33 | 310 | 113 | 52 |
| Binary | 11010 | 10000101 | 10111010 | 1010110 | 11100 | 0 | 11011 | 11001000 | 1001011 | 101010 |
Color Harmonies of #1A85BA
Complementary color
Monochromatic Colors of #1A85BA
Black with #1A85BA
Text Example
Text Example
White with #1A85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85BA; }
p { color: rgb(26,133,186); }
H1.HeaderClassName
{
color: #1A85BA;
}
.AnyTagClassName
{
color: #1A85BA;
}
</style>
background-color css
<style>
a { background-color: #1A85BA; }
a { background-color: rgb(26,133,186); }
div.DivClassName
{
background-color: #1A85BA;
}
.BgClassName
{
background-color: #1A85BA;
}
</style>
border-color css
<style>
span { border-color: #1A85BA; }
span { border-color: rgb(26,133,186); }
td.TdClassName
{
border-color: #1A85BA;
}
.TagClassName
{
border-color: #1A85BA;
}
</style>