Shades of Pelorous #1394AB
Tints of Pelorous #1394AB
RGB
CMYK
RGB Variations
Color information
#1394AB (or 0x1394AB) is known color: Pelorous. HEX triplet: 13, 94 and AB. RGB value is (19,148,171). Sum of RGB (Red+Green+Blue) = 19+148+171=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1394AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1394AB is #EC6B54. Grayscale: #6F6F6F. Windows color (decimal): -15493973 or 11244563. OLE color: 11244563.
HSL color Cylindrical-coordinate representation of color #1394AB: hue angle of 189.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1394AB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 148 | 171 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.33 |
| HSL | 189.08º | 0.8% | 0.37% | - |
| HSV(B) | 189.08º | 0.89% | 0.67% | - |
| XYZ | 18.21 | 24.26 | 42.25 | - |
| YUV | 112.05 | 161.26 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 148 | 171 | 0.89 | 0.13 | 0 | 0.33 | 189.08 | 0.8 | 0.37 |
| Hex | 13 | 94 | AB | 59 | D | 0 | 21 | BD | 50 | 25 |
| Octal | 23 | 224 | 253 | 131 | 15 | 0 | 41 | 275 | 120 | 45 |
| Binary | 10011 | 10010100 | 10101011 | 1011001 | 1101 | 0 | 100001 | 10111101 | 1010000 | 100101 |
Color Harmonies of #1394AB
Complementary color
Monochromatic Colors of #1394AB
Black with #1394AB
Text Example
Text Example
White with #1394AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1394AB; }
p { color: rgb(19,148,171); }
H1.HeaderClassName
{
color: #1394AB;
}
.AnyTagClassName
{
color: #1394AB;
}
</style>
background-color css
<style>
a { background-color: #1394AB; }
a { background-color: rgb(19,148,171); }
div.DivClassName
{
background-color: #1394AB;
}
.BgClassName
{
background-color: #1394AB;
}
</style>
border-color css
<style>
span { border-color: #1394AB; }
span { border-color: rgb(19,148,171); }
td.TdClassName
{
border-color: #1394AB;
}
.TagClassName
{
border-color: #1394AB;
}
</style>