Shades of Pelorous #139FAF
Tints of Pelorous #139FAF
RGB
CMYK
RGB Variations
Color information
#139FAF (or 0x139FAF) is known color: Pelorous. HEX triplet: 13, 9F and AF. RGB value is (19,159,175). Sum of RGB (Red+Green+Blue) = 19+159+175=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #139FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139FAF is #EC6050. Grayscale: #767676. Windows color (decimal): -15491153 or 11509523. OLE color: 11509523.
HSL color Cylindrical-coordinate representation of color #139FAF: hue angle of 186.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139FAF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 159 | 175 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.31 |
| HSL | 186.15º | 0.8% | 0.38% | - |
| HSV(B) | 186.15º | 0.89% | 0.69% | - |
| XYZ | 20.4 | 28.03 | 44.89 | - |
| YUV | 118.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 175 | 0.89 | 0.09 | 0 | 0.31 | 186.15 | 0.8 | 0.38 |
| Hex | 13 | 9F | AF | 59 | 9 | 0 | 1F | BA | 50 | 26 |
| Octal | 23 | 237 | 257 | 131 | 11 | 0 | 37 | 272 | 120 | 46 |
| Binary | 10011 | 10011111 | 10101111 | 1011001 | 1001 | 0 | 11111 | 10111010 | 1010000 | 100110 |
Color Harmonies of #139FAF
Complementary color
Monochromatic Colors of #139FAF
Black with #139FAF
Text Example
Text Example
White with #139FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FAF; }
p { color: rgb(19,159,175); }
H1.HeaderClassName
{
color: #139FAF;
}
.AnyTagClassName
{
color: #139FAF;
}
</style>
background-color css
<style>
a { background-color: #139FAF; }
a { background-color: rgb(19,159,175); }
div.DivClassName
{
background-color: #139FAF;
}
.BgClassName
{
background-color: #139FAF;
}
</style>
border-color css
<style>
span { border-color: #139FAF; }
span { border-color: rgb(19,159,175); }
td.TdClassName
{
border-color: #139FAF;
}
.TagClassName
{
border-color: #139FAF;
}
</style>