Shades of Pelorous #1A85AC
Tints of Pelorous #1A85AC
RGB
CMYK
RGB Variations
Color information
#1A85AC (or 0x1A85AC) is known color: Pelorous. HEX triplet: 1A, 85 and AC. RGB value is (26,133,172). Sum of RGB (Red+Green+Blue) = 26+133+172=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A85AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A85AC is #E57A53. Grayscale: #696969. Windows color (decimal): -15039060 or 11306266. OLE color: 11306266.
HSL color Cylindrical-coordinate representation of color #1A85AC: hue angle of 196.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A85AC is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 133 | 172 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.33 |
| HSL | 196.03º | 0.74% | 0.39% | - |
| HSV(B) | 196.03º | 0.85% | 0.67% | - |
| XYZ | 16.26 | 19.97 | 42.03 | - |
| YUV | 105.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 172 | 0.85 | 0.23 | 0 | 0.33 | 196.03 | 0.74 | 0.39 |
| Hex | 1A | 85 | AC | 55 | 17 | 0 | 21 | C4 | 4A | 27 |
| Octal | 32 | 205 | 254 | 125 | 27 | 0 | 41 | 304 | 112 | 47 |
| Binary | 11010 | 10000101 | 10101100 | 1010101 | 10111 | 0 | 100001 | 11000100 | 1001010 | 100111 |
Color Harmonies of #1A85AC
Complementary color
Monochromatic Colors of #1A85AC
Black with #1A85AC
Text Example
Text Example
White with #1A85AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85AC; }
p { color: rgb(26,133,172); }
H1.HeaderClassName
{
color: #1A85AC;
}
.AnyTagClassName
{
color: #1A85AC;
}
</style>
background-color css
<style>
a { background-color: #1A85AC; }
a { background-color: rgb(26,133,172); }
div.DivClassName
{
background-color: #1A85AC;
}
.BgClassName
{
background-color: #1A85AC;
}
</style>
border-color css
<style>
span { border-color: #1A85AC; }
span { border-color: rgb(26,133,172); }
td.TdClassName
{
border-color: #1A85AC;
}
.TagClassName
{
border-color: #1A85AC;
}
</style>