Shades of Pelorous #1A8FA5
Tints of Pelorous #1A8FA5
RGB
CMYK
RGB Variations
Color information
#1A8FA5 (or 0x1A8FA5) is known color: Pelorous. HEX triplet: 1A, 8F and A5. RGB value is (26,143,165). Sum of RGB (Red+Green+Blue) = 26+143+165=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 165 (64.84% from 255 or 49.40% from 334); Max value from RGB is 165 - color contains mainly: blue. Hex color #1A8FA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8FA5 is #E5705A. Grayscale: #6E6E6E. Windows color (decimal): -15036507 or 10850074. OLE color: 10850074.
HSL color Cylindrical-coordinate representation of color #1A8FA5: hue angle of 189.5º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A8FA5 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 143 | 165 | - |
| CMYK | 0.84 | 0.13 | 0 | 0.35 |
| HSL | 189.5º | 0.73% | 0.37% | - |
| HSV(B) | 189.5º | 0.84% | 0.65% | - |
| XYZ | 17.04 | 22.58 | 39.06 | - |
| YUV | 110.53 | 158.74 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 165 | 0.84 | 0.13 | 0 | 0.35 | 189.5 | 0.73 | 0.37 |
| Hex | 1A | 8F | A5 | 54 | D | 0 | 23 | BD | 49 | 25 |
| Octal | 32 | 217 | 245 | 124 | 15 | 0 | 43 | 275 | 111 | 45 |
| Binary | 11010 | 10001111 | 10100101 | 1010100 | 1101 | 0 | 100011 | 10111101 | 1001001 | 100101 |
Color Harmonies of #1A8FA5
Complementary color
Monochromatic Colors of #1A8FA5
Black with #1A8FA5
Text Example
Text Example
White with #1A8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FA5; }
p { color: rgb(26,143,165); }
H1.HeaderClassName
{
color: #1A8FA5;
}
.AnyTagClassName
{
color: #1A8FA5;
}
</style>
background-color css
<style>
a { background-color: #1A8FA5; }
a { background-color: rgb(26,143,165); }
div.DivClassName
{
background-color: #1A8FA5;
}
.BgClassName
{
background-color: #1A8FA5;
}
</style>
border-color css
<style>
span { border-color: #1A8FA5; }
span { border-color: rgb(26,143,165); }
td.TdClassName
{
border-color: #1A8FA5;
}
.TagClassName
{
border-color: #1A8FA5;
}
</style>