Shades of Pelorous #139CA8
Tints of Pelorous #139CA8
RGB
CMYK
RGB Variations
Color information
#139CA8 (or 0x139CA8) is known color: Pelorous. HEX triplet: 13, 9C and A8. RGB value is (19,156,168). Sum of RGB (Red+Green+Blue) = 19+156+168=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #139CA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CA8 is #EC6357. Grayscale: #747474. Windows color (decimal): -15491928 or 11050003. OLE color: 11050003.
HSL color Cylindrical-coordinate representation of color #139CA8: hue angle of 184.83º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #139CA8 is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 156 | 168 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.34 |
| HSL | 184.83º | 0.8% | 0.37% | - |
| HSV(B) | 184.83º | 0.89% | 0.66% | - |
| XYZ | 19.22 | 26.74 | 41.19 | - |
| YUV | 116.41 | 157.11 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 156 | 168 | 0.89 | 0.07 | 0 | 0.34 | 184.83 | 0.8 | 0.37 |
| Hex | 13 | 9C | A8 | 59 | 7 | 0 | 22 | B9 | 50 | 25 |
| Octal | 23 | 234 | 250 | 131 | 7 | 0 | 42 | 271 | 120 | 45 |
| Binary | 10011 | 10011100 | 10101000 | 1011001 | 111 | 0 | 100010 | 10111001 | 1010000 | 100101 |
Color Harmonies of #139CA8
Complementary color
Monochromatic Colors of #139CA8
Black with #139CA8
Text Example
Text Example
White with #139CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139CA8; }
p { color: rgb(19,156,168); }
H1.HeaderClassName
{
color: #139CA8;
}
.AnyTagClassName
{
color: #139CA8;
}
</style>
background-color css
<style>
a { background-color: #139CA8; }
a { background-color: rgb(19,156,168); }
div.DivClassName
{
background-color: #139CA8;
}
.BgClassName
{
background-color: #139CA8;
}
</style>
border-color css
<style>
span { border-color: #139CA8; }
span { border-color: rgb(19,156,168); }
td.TdClassName
{
border-color: #139CA8;
}
.TagClassName
{
border-color: #139CA8;
}
</style>