Shades of Pelorous #138CAD
Tints of Pelorous #138CAD
RGB
CMYK
RGB Variations
Color information
#138CAD (or 0x138CAD) is known color: Pelorous. HEX triplet: 13, 8C and AD. RGB value is (19,140,173). Sum of RGB (Red+Green+Blue) = 19+140+173=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 140 (55.08% from 255 or 42.17% 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 #138CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138CAD is #EC7352. Grayscale: #6B6B6B. Windows color (decimal): -15496019 or 11373587. OLE color: 11373587.
HSL color Cylindrical-coordinate representation of color #138CAD: hue angle of 192.86º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138CAD is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 140 | 173 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.32 |
| HSL | 192.86º | 0.8% | 0.38% | - |
| HSV(B) | 192.86º | 0.89% | 0.68% | - |
| XYZ | 17.19 | 21.91 | 42.86 | - |
| YUV | 107.58 | 164.91 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 173 | 0.89 | 0.19 | 0 | 0.32 | 192.86 | 0.8 | 0.38 |
| Hex | 13 | 8C | AD | 59 | 13 | 0 | 20 | C1 | 50 | 26 |
| Octal | 23 | 214 | 255 | 131 | 23 | 0 | 40 | 301 | 120 | 46 |
| Binary | 10011 | 10001100 | 10101101 | 1011001 | 10011 | 0 | 100000 | 11000001 | 1010000 | 100110 |
Color Harmonies of #138CAD
Complementary color
Monochromatic Colors of #138CAD
Black with #138CAD
Text Example
Text Example
White with #138CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138CAD; }
p { color: rgb(19,140,173); }
H1.HeaderClassName
{
color: #138CAD;
}
.AnyTagClassName
{
color: #138CAD;
}
</style>
background-color css
<style>
a { background-color: #138CAD; }
a { background-color: rgb(19,140,173); }
div.DivClassName
{
background-color: #138CAD;
}
.BgClassName
{
background-color: #138CAD;
}
</style>
border-color css
<style>
span { border-color: #138CAD; }
span { border-color: rgb(19,140,173); }
td.TdClassName
{
border-color: #138CAD;
}
.TagClassName
{
border-color: #138CAD;
}
</style>