Shades of Pelorous #1A84AC
Tints of Pelorous #1A84AC
RGB
CMYK
RGB Variations
Color information
#1A84AC (or 0x1A84AC) is known color: Pelorous. HEX triplet: 1A, 84 and AC. RGB value is (26,132,172). Sum of RGB (Red+Green+Blue) = 26+132+172=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A84AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A84AC is #E57B53. Grayscale: #686868. Windows color (decimal): -15039316 or 11306010. OLE color: 11306010.
HSL color Cylindrical-coordinate representation of color #1A84AC: hue angle of 196.44º 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 #1A84AC is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 132 | 172 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.33 |
| HSL | 196.44º | 0.74% | 0.39% | - |
| HSV(B) | 196.44º | 0.85% | 0.67% | - |
| XYZ | 16.12 | 19.7 | 41.98 | - |
| YUV | 104.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 172 | 0.85 | 0.23 | 0 | 0.33 | 196.44 | 0.74 | 0.39 |
| Hex | 1A | 84 | AC | 55 | 17 | 0 | 21 | C4 | 4A | 27 |
| Octal | 32 | 204 | 254 | 125 | 27 | 0 | 41 | 304 | 112 | 47 |
| Binary | 11010 | 10000100 | 10101100 | 1010101 | 10111 | 0 | 100001 | 11000100 | 1001010 | 100111 |
Color Harmonies of #1A84AC
Complementary color
Monochromatic Colors of #1A84AC
Black with #1A84AC
Text Example
Text Example
White with #1A84AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A84AC; }
p { color: rgb(26,132,172); }
H1.HeaderClassName
{
color: #1A84AC;
}
.AnyTagClassName
{
color: #1A84AC;
}
</style>
background-color css
<style>
a { background-color: #1A84AC; }
a { background-color: rgb(26,132,172); }
div.DivClassName
{
background-color: #1A84AC;
}
.BgClassName
{
background-color: #1A84AC;
}
</style>
border-color css
<style>
span { border-color: #1A84AC; }
span { border-color: rgb(26,132,172); }
td.TdClassName
{
border-color: #1A84AC;
}
.TagClassName
{
border-color: #1A84AC;
}
</style>