Shades of Pelorous #1A8CAA
Tints of Pelorous #1A8CAA
RGB
CMYK
RGB Variations
Color information
#1A8CAA (or 0x1A8CAA) is known color: Pelorous. HEX triplet: 1A, 8C and AA. RGB value is (26,140,170). Sum of RGB (Red+Green+Blue) = 26+140+170=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A8CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8CAA is #E57355. Grayscale: #6D6D6D. Windows color (decimal): -15037270 or 11176986. OLE color: 11176986.
HSL color Cylindrical-coordinate representation of color #1A8CAA: hue angle of 192.5º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8CAA is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 140 | 170 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.33 |
| HSL | 192.5º | 0.73% | 0.38% | - |
| HSV(B) | 192.5º | 0.85% | 0.67% | - |
| XYZ | 17.06 | 21.88 | 41.35 | - |
| YUV | 109.33 | 162.23 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 170 | 0.85 | 0.18 | 0 | 0.33 | 192.5 | 0.73 | 0.38 |
| Hex | 1A | 8C | AA | 55 | 12 | 0 | 21 | C0 | 49 | 26 |
| Octal | 32 | 214 | 252 | 125 | 22 | 0 | 41 | 300 | 111 | 46 |
| Binary | 11010 | 10001100 | 10101010 | 1010101 | 10010 | 0 | 100001 | 11000000 | 1001001 | 100110 |
Color Harmonies of #1A8CAA
Complementary color
Monochromatic Colors of #1A8CAA
Black with #1A8CAA
Text Example
Text Example
White with #1A8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8CAA; }
p { color: rgb(26,140,170); }
H1.HeaderClassName
{
color: #1A8CAA;
}
.AnyTagClassName
{
color: #1A8CAA;
}
</style>
background-color css
<style>
a { background-color: #1A8CAA; }
a { background-color: rgb(26,140,170); }
div.DivClassName
{
background-color: #1A8CAA;
}
.BgClassName
{
background-color: #1A8CAA;
}
</style>
border-color css
<style>
span { border-color: #1A8CAA; }
span { border-color: rgb(26,140,170); }
td.TdClassName
{
border-color: #1A8CAA;
}
.TagClassName
{
border-color: #1A8CAA;
}
</style>