Shades of Pelorous #1A87AF
Tints of Pelorous #1A87AF
RGB
CMYK
RGB Variations
Color information
#1A87AF (or 0x1A87AF) is known color: Pelorous. HEX triplet: 1A, 87 and AF. RGB value is (26,135,175). Sum of RGB (Red+Green+Blue) = 26+135+175=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A87AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A87AF is #E57850. Grayscale: #6A6A6A. Windows color (decimal): -15038545 or 11503386. OLE color: 11503386.
HSL color Cylindrical-coordinate representation of color #1A87AF: hue angle of 196.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A87AF is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 135 | 175 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.31 |
| HSL | 196.11º | 0.74% | 0.39% | - |
| HSV(B) | 196.11º | 0.85% | 0.69% | - |
| XYZ | 16.83 | 20.64 | 43.65 | - |
| YUV | 106.97 | 166.39 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 175 | 0.85 | 0.23 | 0 | 0.31 | 196.11 | 0.74 | 0.39 |
| Hex | 1A | 87 | AF | 55 | 17 | 0 | 1F | C4 | 4A | 27 |
| Octal | 32 | 207 | 257 | 125 | 27 | 0 | 37 | 304 | 112 | 47 |
| Binary | 11010 | 10000111 | 10101111 | 1010101 | 10111 | 0 | 11111 | 11000100 | 1001010 | 100111 |
Color Harmonies of #1A87AF
Complementary color
Monochromatic Colors of #1A87AF
Black with #1A87AF
Text Example
Text Example
White with #1A87AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A87AF; }
p { color: rgb(26,135,175); }
H1.HeaderClassName
{
color: #1A87AF;
}
.AnyTagClassName
{
color: #1A87AF;
}
</style>
background-color css
<style>
a { background-color: #1A87AF; }
a { background-color: rgb(26,135,175); }
div.DivClassName
{
background-color: #1A87AF;
}
.BgClassName
{
background-color: #1A87AF;
}
</style>
border-color css
<style>
span { border-color: #1A87AF; }
span { border-color: rgb(26,135,175); }
td.TdClassName
{
border-color: #1A87AF;
}
.TagClassName
{
border-color: #1A87AF;
}
</style>