Shades of Pelorous #1A8BAD
Tints of Pelorous #1A8BAD
RGB
CMYK
RGB Variations
Color information
#1A8BAD (or 0x1A8BAD) is known color: Pelorous. HEX triplet: 1A, 8B and AD. RGB value is (26,139,173). Sum of RGB (Red+Green+Blue) = 26+139+173=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A8BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8BAD is #E57452. Grayscale: #6C6C6C. Windows color (decimal): -15037523 or 11373338. OLE color: 11373338.
HSL color Cylindrical-coordinate representation of color #1A8BAD: hue angle of 193.88º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8BAD is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 139 | 173 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.32 |
| HSL | 193.88º | 0.74% | 0.39% | - |
| HSV(B) | 193.88º | 0.85% | 0.68% | - |
| XYZ | 17.2 | 21.7 | 42.82 | - |
| YUV | 109.09 | 164.06 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 173 | 0.85 | 0.20 | 0 | 0.32 | 193.88 | 0.74 | 0.39 |
| Hex | 1A | 8B | AD | 55 | 14 | 0 | 20 | C2 | 4A | 27 |
| Octal | 32 | 213 | 255 | 125 | 24 | 0 | 40 | 302 | 112 | 47 |
| Binary | 11010 | 10001011 | 10101101 | 1010101 | 10100 | 0 | 100000 | 11000010 | 1001010 | 100111 |
Color Harmonies of #1A8BAD
Complementary color
Monochromatic Colors of #1A8BAD
Black with #1A8BAD
Text Example
Text Example
White with #1A8BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BAD; }
p { color: rgb(26,139,173); }
H1.HeaderClassName
{
color: #1A8BAD;
}
.AnyTagClassName
{
color: #1A8BAD;
}
</style>
background-color css
<style>
a { background-color: #1A8BAD; }
a { background-color: rgb(26,139,173); }
div.DivClassName
{
background-color: #1A8BAD;
}
.BgClassName
{
background-color: #1A8BAD;
}
</style>
border-color css
<style>
span { border-color: #1A8BAD; }
span { border-color: rgb(26,139,173); }
td.TdClassName
{
border-color: #1A8BAD;
}
.TagClassName
{
border-color: #1A8BAD;
}
</style>