Shades of Pelorous #1A8BAE
Tints of Pelorous #1A8BAE
RGB
CMYK
RGB Variations
Color information
#1A8BAE (or 0x1A8BAE) is known color: Pelorous. HEX triplet: 1A, 8B and AE. RGB value is (26,139,174). Sum of RGB (Red+Green+Blue) = 26+139+174=339 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.67% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A8BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8BAE is #E57451. Grayscale: #6C6C6C. Windows color (decimal): -15037522 or 11438874. OLE color: 11438874.
HSL color Cylindrical-coordinate representation of color #1A8BAE: hue angle of 194.19º 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 #1A8BAE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 139 | 174 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.32 |
| HSL | 194.19º | 0.74% | 0.39% | - |
| HSV(B) | 194.19º | 0.85% | 0.68% | - |
| XYZ | 17.3 | 21.74 | 43.33 | - |
| YUV | 109.2 | 164.56 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 174 | 0.85 | 0.20 | 0 | 0.32 | 194.19 | 0.74 | 0.39 |
| Hex | 1A | 8B | AE | 55 | 14 | 0 | 20 | C2 | 4A | 27 |
| Octal | 32 | 213 | 256 | 125 | 24 | 0 | 40 | 302 | 112 | 47 |
| Binary | 11010 | 10001011 | 10101110 | 1010101 | 10100 | 0 | 100000 | 11000010 | 1001010 | 100111 |
Color Harmonies of #1A8BAE
Complementary color
Monochromatic Colors of #1A8BAE
Black with #1A8BAE
Text Example
Text Example
White with #1A8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BAE; }
p { color: rgb(26,139,174); }
H1.HeaderClassName
{
color: #1A8BAE;
}
.AnyTagClassName
{
color: #1A8BAE;
}
</style>
background-color css
<style>
a { background-color: #1A8BAE; }
a { background-color: rgb(26,139,174); }
div.DivClassName
{
background-color: #1A8BAE;
}
.BgClassName
{
background-color: #1A8BAE;
}
</style>
border-color css
<style>
span { border-color: #1A8BAE; }
span { border-color: rgb(26,139,174); }
td.TdClassName
{
border-color: #1A8BAE;
}
.TagClassName
{
border-color: #1A8BAE;
}
</style>