Shades of Pelorous #139FB4
Tints of Pelorous #139FB4
RGB
CMYK
RGB Variations
Color information
#139FB4 (or 0x139FB4) is known color: Pelorous. HEX triplet: 13, 9F and B4. RGB value is (19,159,180). Sum of RGB (Red+Green+Blue) = 19+159+180=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #139FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #139FB4 is #EC604B. Grayscale: #777777. Windows color (decimal): -15491148 or 11837203. OLE color: 11837203.
HSL color Cylindrical-coordinate representation of color #139FB4: hue angle of 187.83º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139FB4 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 159 | 180 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.29 |
| HSL | 187.83º | 0.81% | 0.39% | - |
| HSV(B) | 187.83º | 0.89% | 0.71% | - |
| XYZ | 20.9 | 28.23 | 47.53 | - |
| YUV | 119.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 180 | 0.89 | 0.12 | 0 | 0.29 | 187.83 | 0.81 | 0.39 |
| Hex | 13 | 9F | B4 | 59 | C | 0 | 1D | BC | 51 | 27 |
| Octal | 23 | 237 | 264 | 131 | 14 | 0 | 35 | 274 | 121 | 47 |
| Binary | 10011 | 10011111 | 10110100 | 1011001 | 1100 | 0 | 11101 | 10111100 | 1010001 | 100111 |
Color Harmonies of #139FB4
Complementary color
Monochromatic Colors of #139FB4
Black with #139FB4
Text Example
Text Example
White with #139FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139FB4; }
p { color: rgb(19,159,180); }
H1.HeaderClassName
{
color: #139FB4;
}
.AnyTagClassName
{
color: #139FB4;
}
</style>
background-color css
<style>
a { background-color: #139FB4; }
a { background-color: rgb(19,159,180); }
div.DivClassName
{
background-color: #139FB4;
}
.BgClassName
{
background-color: #139FB4;
}
</style>
border-color css
<style>
span { border-color: #139FB4; }
span { border-color: rgb(19,159,180); }
td.TdClassName
{
border-color: #139FB4;
}
.TagClassName
{
border-color: #139FB4;
}
</style>