Shades of Pelorous #1A8FAD
Tints of Pelorous #1A8FAD
RGB
CMYK
RGB Variations
Color information
#1A8FAD (or 0x1A8FAD) is known color: Pelorous. HEX triplet: 1A, 8F and AD. RGB value is (26,143,173). Sum of RGB (Red+Green+Blue) = 26+143+173=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A8FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8FAD is #E57052. Grayscale: #6F6F6F. Windows color (decimal): -15036499 or 11374362. OLE color: 11374362.
HSL color Cylindrical-coordinate representation of color #1A8FAD: hue angle of 192.24º 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 #1A8FAD is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 143 | 173 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.32 |
| HSL | 192.24º | 0.74% | 0.39% | - |
| HSV(B) | 192.24º | 0.85% | 0.68% | - |
| XYZ | 17.79 | 22.88 | 43.01 | - |
| YUV | 111.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 173 | 0.85 | 0.17 | 0 | 0.32 | 192.24 | 0.74 | 0.39 |
| Hex | 1A | 8F | AD | 55 | 11 | 0 | 20 | C0 | 4A | 27 |
| Octal | 32 | 217 | 255 | 125 | 21 | 0 | 40 | 300 | 112 | 47 |
| Binary | 11010 | 10001111 | 10101101 | 1010101 | 10001 | 0 | 100000 | 11000000 | 1001010 | 100111 |
Color Harmonies of #1A8FAD
Complementary color
Monochromatic Colors of #1A8FAD
Black with #1A8FAD
Text Example
Text Example
White with #1A8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FAD; }
p { color: rgb(26,143,173); }
H1.HeaderClassName
{
color: #1A8FAD;
}
.AnyTagClassName
{
color: #1A8FAD;
}
</style>
background-color css
<style>
a { background-color: #1A8FAD; }
a { background-color: rgb(26,143,173); }
div.DivClassName
{
background-color: #1A8FAD;
}
.BgClassName
{
background-color: #1A8FAD;
}
</style>
border-color css
<style>
span { border-color: #1A8FAD; }
span { border-color: rgb(26,143,173); }
td.TdClassName
{
border-color: #1A8FAD;
}
.TagClassName
{
border-color: #1A8FAD;
}
</style>