Shades of Pelorous #1F8BA9
Tints of Pelorous #1F8BA9
RGB
CMYK
RGB Variations
Color information
#1F8BA9 (or 0x1F8BA9) is known color: Pelorous. HEX triplet: 1F, 8B and A9. RGB value is (31,139,169). Sum of RGB (Red+Green+Blue) = 31+139+169=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 169 (66.41% from 255 or 49.85% from 339); Max value from RGB is 169 - color contains mainly: blue. Hex color #1F8BA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8BA9 is #E07456. Grayscale: #6D6D6D. Windows color (decimal): -14709847 or 11111199. OLE color: 11111199.
HSL color Cylindrical-coordinate representation of color #1F8BA9: hue angle of 193.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F8BA9 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 139 | 169 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.34 |
| HSL | 193.04º | 0.69% | 0.39% | - |
| HSV(B) | 193.04º | 0.82% | 0.66% | - |
| XYZ | 16.96 | 21.62 | 40.82 | - |
| YUV | 110.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 139 | 169 | 0.82 | 0.18 | 0 | 0.34 | 193.04 | 0.69 | 0.39 |
| Hex | 1F | 8B | A9 | 52 | 12 | 0 | 22 | C1 | 45 | 27 |
| Octal | 37 | 213 | 251 | 122 | 22 | 0 | 42 | 301 | 105 | 47 |
| Binary | 11111 | 10001011 | 10101001 | 1010010 | 10010 | 0 | 100010 | 11000001 | 1000101 | 100111 |
Color Harmonies of #1F8BA9
Complementary color
Monochromatic Colors of #1F8BA9
Black with #1F8BA9
Text Example
Text Example
White with #1F8BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8BA9; }
p { color: rgb(31,139,169); }
H1.HeaderClassName
{
color: #1F8BA9;
}
.AnyTagClassName
{
color: #1F8BA9;
}
</style>
background-color css
<style>
a { background-color: #1F8BA9; }
a { background-color: rgb(31,139,169); }
div.DivClassName
{
background-color: #1F8BA9;
}
.BgClassName
{
background-color: #1F8BA9;
}
</style>
border-color css
<style>
span { border-color: #1F8BA9; }
span { border-color: rgb(31,139,169); }
td.TdClassName
{
border-color: #1F8BA9;
}
.TagClassName
{
border-color: #1F8BA9;
}
</style>