Shades of Pelorous #1A83AD
Tints of Pelorous #1A83AD
RGB
CMYK
RGB Variations
Color information
#1A83AD (or 0x1A83AD) is known color: Pelorous. HEX triplet: 1A, 83 and AD. RGB value is (26,131,173). Sum of RGB (Red+Green+Blue) = 26+131+173=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A83AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A83AD is #E57C52. Grayscale: #686868. Windows color (decimal): -15039571 or 11371290. OLE color: 11371290.
HSL color Cylindrical-coordinate representation of color #1A83AD: hue angle of 197.14º 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 #1A83AD is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 131 | 173 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.32 |
| HSL | 197.14º | 0.74% | 0.39% | - |
| HSV(B) | 197.14º | 0.85% | 0.68% | - |
| XYZ | 16.09 | 19.47 | 42.45 | - |
| YUV | 104.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 173 | 0.85 | 0.24 | 0 | 0.32 | 197.14 | 0.74 | 0.39 |
| Hex | 1A | 83 | AD | 55 | 18 | 0 | 20 | C5 | 4A | 27 |
| Octal | 32 | 203 | 255 | 125 | 30 | 0 | 40 | 305 | 112 | 47 |
| Binary | 11010 | 10000011 | 10101101 | 1010101 | 11000 | 0 | 100000 | 11000101 | 1001010 | 100111 |
Color Harmonies of #1A83AD
Complementary color
Monochromatic Colors of #1A83AD
Black with #1A83AD
Text Example
Text Example
White with #1A83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A83AD; }
p { color: rgb(26,131,173); }
H1.HeaderClassName
{
color: #1A83AD;
}
.AnyTagClassName
{
color: #1A83AD;
}
</style>
background-color css
<style>
a { background-color: #1A83AD; }
a { background-color: rgb(26,131,173); }
div.DivClassName
{
background-color: #1A83AD;
}
.BgClassName
{
background-color: #1A83AD;
}
</style>
border-color css
<style>
span { border-color: #1A83AD; }
span { border-color: rgb(26,131,173); }
td.TdClassName
{
border-color: #1A83AD;
}
.TagClassName
{
border-color: #1A83AD;
}
</style>