Shades of Pelorous #1A8AAD
Tints of Pelorous #1A8AAD
RGB
CMYK
RGB Variations
Color information
#1A8AAD (or 0x1A8AAD) is known color: Pelorous. HEX triplet: 1A, 8A and AD. RGB value is (26,138,173). Sum of RGB (Red+Green+Blue) = 26+138+173=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 138 (54.30% from 255 or 40.95% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A8AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8AAD is #E57552. Grayscale: #6C6C6C. Windows color (decimal): -15037779 or 11373082. OLE color: 11373082.
HSL color Cylindrical-coordinate representation of color #1A8AAD: hue angle of 194.29º 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 #1A8AAD is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 138 | 173 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.32 |
| HSL | 194.29º | 0.74% | 0.39% | - |
| HSV(B) | 194.29º | 0.85% | 0.68% | - |
| XYZ | 17.06 | 21.41 | 42.77 | - |
| YUV | 108.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 173 | 0.85 | 0.20 | 0 | 0.32 | 194.29 | 0.74 | 0.39 |
| Hex | 1A | 8A | AD | 55 | 14 | 0 | 20 | C2 | 4A | 27 |
| Octal | 32 | 212 | 255 | 125 | 24 | 0 | 40 | 302 | 112 | 47 |
| Binary | 11010 | 10001010 | 10101101 | 1010101 | 10100 | 0 | 100000 | 11000010 | 1001010 | 100111 |
Color Harmonies of #1A8AAD
Complementary color
Monochromatic Colors of #1A8AAD
Black with #1A8AAD
Text Example
Text Example
White with #1A8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8AAD; }
p { color: rgb(26,138,173); }
H1.HeaderClassName
{
color: #1A8AAD;
}
.AnyTagClassName
{
color: #1A8AAD;
}
</style>
background-color css
<style>
a { background-color: #1A8AAD; }
a { background-color: rgb(26,138,173); }
div.DivClassName
{
background-color: #1A8AAD;
}
.BgClassName
{
background-color: #1A8AAD;
}
</style>
border-color css
<style>
span { border-color: #1A8AAD; }
span { border-color: rgb(26,138,173); }
td.TdClassName
{
border-color: #1A8AAD;
}
.TagClassName
{
border-color: #1A8AAD;
}
</style>