Shades of Pelorous #1F80AD
Tints of Pelorous #1F80AD
RGB
CMYK
RGB Variations
Color information
#1F80AD (or 0x1F80AD) is known color: Pelorous. HEX triplet: 1F, 80 and AD. RGB value is (31,128,173). Sum of RGB (Red+Green+Blue) = 31+128+173=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F80AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F80AD is #E07F52. Grayscale: #676767. Windows color (decimal): -14712659 or 11370527. OLE color: 11370527.
HSL color Cylindrical-coordinate representation of color #1F80AD: hue angle of 199.01º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F80AD is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 128 | 173 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.32 |
| HSL | 199.01º | 0.7% | 0.4% | - |
| HSV(B) | 199.01º | 0.82% | 0.68% | - |
| XYZ | 15.83 | 18.75 | 42.32 | - |
| YUV | 104.13 | 166.86 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 128 | 173 | 0.82 | 0.26 | 0 | 0.32 | 199.01 | 0.7 | 0.4 |
| Hex | 1F | 80 | AD | 52 | 1A | 0 | 20 | C7 | 46 | 28 |
| Octal | 37 | 200 | 255 | 122 | 32 | 0 | 40 | 307 | 106 | 50 |
| Binary | 11111 | 10000000 | 10101101 | 1010010 | 11010 | 0 | 100000 | 11000111 | 1000110 | 101000 |
Color Harmonies of #1F80AD
Complementary color
Monochromatic Colors of #1F80AD
Black with #1F80AD
Text Example
Text Example
White with #1F80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F80AD; }
p { color: rgb(31,128,173); }
H1.HeaderClassName
{
color: #1F80AD;
}
.AnyTagClassName
{
color: #1F80AD;
}
</style>
background-color css
<style>
a { background-color: #1F80AD; }
a { background-color: rgb(31,128,173); }
div.DivClassName
{
background-color: #1F80AD;
}
.BgClassName
{
background-color: #1F80AD;
}
</style>
border-color css
<style>
span { border-color: #1F80AD; }
span { border-color: rgb(31,128,173); }
td.TdClassName
{
border-color: #1F80AD;
}
.TagClassName
{
border-color: #1F80AD;
}
</style>