Shades of Pelorous #1A8CAC
Tints of Pelorous #1A8CAC
RGB
CMYK
RGB Variations
Color information
#1A8CAC (or 0x1A8CAC) is known color: Pelorous. HEX triplet: 1A, 8C and AC. RGB value is (26,140,172). Sum of RGB (Red+Green+Blue) = 26+140+172=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A8CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8CAC is #E57353. Grayscale: #6D6D6D. Windows color (decimal): -15037268 or 11308058. OLE color: 11308058.
HSL color Cylindrical-coordinate representation of color #1A8CAC: hue angle of 193.15º 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 #1A8CAC is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 140 | 172 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.33 |
| HSL | 193.15º | 0.74% | 0.39% | - |
| HSV(B) | 193.15º | 0.85% | 0.67% | - |
| XYZ | 17.25 | 21.95 | 42.36 | - |
| YUV | 109.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 172 | 0.85 | 0.19 | 0 | 0.33 | 193.15 | 0.74 | 0.39 |
| Hex | 1A | 8C | AC | 55 | 13 | 0 | 21 | C1 | 4A | 27 |
| Octal | 32 | 214 | 254 | 125 | 23 | 0 | 41 | 301 | 112 | 47 |
| Binary | 11010 | 10001100 | 10101100 | 1010101 | 10011 | 0 | 100001 | 11000001 | 1001010 | 100111 |
Color Harmonies of #1A8CAC
Complementary color
Monochromatic Colors of #1A8CAC
Black with #1A8CAC
Text Example
Text Example
White with #1A8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8CAC; }
p { color: rgb(26,140,172); }
H1.HeaderClassName
{
color: #1A8CAC;
}
.AnyTagClassName
{
color: #1A8CAC;
}
</style>
background-color css
<style>
a { background-color: #1A8CAC; }
a { background-color: rgb(26,140,172); }
div.DivClassName
{
background-color: #1A8CAC;
}
.BgClassName
{
background-color: #1A8CAC;
}
</style>
border-color css
<style>
span { border-color: #1A8CAC; }
span { border-color: rgb(26,140,172); }
td.TdClassName
{
border-color: #1A8CAC;
}
.TagClassName
{
border-color: #1A8CAC;
}
</style>