Shades of Pelorous #138FAF
Tints of Pelorous #138FAF
RGB
CMYK
RGB Variations
Color information
#138FAF (or 0x138FAF) is known color: Pelorous. HEX triplet: 13, 8F and AF. RGB value is (19,143,175). Sum of RGB (Red+Green+Blue) = 19+143+175=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 143 (56.25% from 255 or 42.43% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #138FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FAF is #EC7050. Grayscale: #6D6D6D. Windows color (decimal): -15495249 or 11505427. OLE color: 11505427.
HSL color Cylindrical-coordinate representation of color #138FAF: hue angle of 192.31º 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 #138FAF is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 143 | 175 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.31 |
| HSL | 192.31º | 0.8% | 0.38% | - |
| HSV(B) | 192.31º | 0.89% | 0.69% | - |
| XYZ | 17.83 | 22.88 | 44.03 | - |
| YUV | 109.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 175 | 0.89 | 0.18 | 0 | 0.31 | 192.31 | 0.8 | 0.38 |
| Hex | 13 | 8F | AF | 59 | 12 | 0 | 1F | C0 | 50 | 26 |
| Octal | 23 | 217 | 257 | 131 | 22 | 0 | 37 | 300 | 120 | 46 |
| Binary | 10011 | 10001111 | 10101111 | 1011001 | 10010 | 0 | 11111 | 11000000 | 1010000 | 100110 |
Color Harmonies of #138FAF
Complementary color
Monochromatic Colors of #138FAF
Black with #138FAF
Text Example
Text Example
White with #138FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FAF; }
p { color: rgb(19,143,175); }
H1.HeaderClassName
{
color: #138FAF;
}
.AnyTagClassName
{
color: #138FAF;
}
</style>
background-color css
<style>
a { background-color: #138FAF; }
a { background-color: rgb(19,143,175); }
div.DivClassName
{
background-color: #138FAF;
}
.BgClassName
{
background-color: #138FAF;
}
</style>
border-color css
<style>
span { border-color: #138FAF; }
span { border-color: rgb(19,143,175); }
td.TdClassName
{
border-color: #138FAF;
}
.TagClassName
{
border-color: #138FAF;
}
</style>