Shades of Pelorous #1A8BAC
Tints of Pelorous #1A8BAC
RGB
CMYK
RGB Variations
Color information
#1A8BAC (or 0x1A8BAC) is known color: Pelorous. HEX triplet: 1A, 8B and AC. RGB value is (26,139,172). Sum of RGB (Red+Green+Blue) = 26+139+172=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A8BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8BAC is #E57453. Grayscale: #6C6C6C. Windows color (decimal): -15037524 or 11307802. OLE color: 11307802.
HSL color Cylindrical-coordinate representation of color #1A8BAC: hue angle of 193.56º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A8BAC is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 139 | 172 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.33 |
| HSL | 193.56º | 0.74% | 0.39% | - |
| HSV(B) | 193.56º | 0.85% | 0.67% | - |
| XYZ | 17.11 | 21.66 | 42.31 | - |
| YUV | 108.98 | 163.56 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 172 | 0.85 | 0.19 | 0 | 0.33 | 193.56 | 0.74 | 0.39 |
| Hex | 1A | 8B | AC | 55 | 13 | 0 | 21 | C2 | 4A | 27 |
| Octal | 32 | 213 | 254 | 125 | 23 | 0 | 41 | 302 | 112 | 47 |
| Binary | 11010 | 10001011 | 10101100 | 1010101 | 10011 | 0 | 100001 | 11000010 | 1001010 | 100111 |
Color Harmonies of #1A8BAC
Complementary color
Monochromatic Colors of #1A8BAC
Black with #1A8BAC
Text Example
Text Example
White with #1A8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BAC; }
p { color: rgb(26,139,172); }
H1.HeaderClassName
{
color: #1A8BAC;
}
.AnyTagClassName
{
color: #1A8BAC;
}
</style>
background-color css
<style>
a { background-color: #1A8BAC; }
a { background-color: rgb(26,139,172); }
div.DivClassName
{
background-color: #1A8BAC;
}
.BgClassName
{
background-color: #1A8BAC;
}
</style>
border-color css
<style>
span { border-color: #1A8BAC; }
span { border-color: rgb(26,139,172); }
td.TdClassName
{
border-color: #1A8BAC;
}
.TagClassName
{
border-color: #1A8BAC;
}
</style>