Shades of Pelorous #1391AE
Tints of Pelorous #1391AE
RGB
CMYK
RGB Variations
Color information
#1391AE (or 0x1391AE) is known color: Pelorous. HEX triplet: 13, 91 and AE. RGB value is (19,145,174). Sum of RGB (Red+Green+Blue) = 19+145+174=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #1391AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1391AE is #EC6E51. Grayscale: #6E6E6E. Windows color (decimal): -15494738 or 11440403. OLE color: 11440403.
HSL color Cylindrical-coordinate representation of color #1391AE: hue angle of 191.23º 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 #1391AE is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 145 | 174 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.32 |
| HSL | 191.23º | 0.8% | 0.38% | - |
| HSV(B) | 191.23º | 0.89% | 0.68% | - |
| XYZ | 18.03 | 23.45 | 43.62 | - |
| YUV | 110.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 174 | 0.89 | 0.17 | 0 | 0.32 | 191.23 | 0.8 | 0.38 |
| Hex | 13 | 91 | AE | 59 | 11 | 0 | 20 | BF | 50 | 26 |
| Octal | 23 | 221 | 256 | 131 | 21 | 0 | 40 | 277 | 120 | 46 |
| Binary | 10011 | 10010001 | 10101110 | 1011001 | 10001 | 0 | 100000 | 10111111 | 1010000 | 100110 |
Color Harmonies of #1391AE
Complementary color
Monochromatic Colors of #1391AE
Black with #1391AE
Text Example
Text Example
White with #1391AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1391AE; }
p { color: rgb(19,145,174); }
H1.HeaderClassName
{
color: #1391AE;
}
.AnyTagClassName
{
color: #1391AE;
}
</style>
background-color css
<style>
a { background-color: #1391AE; }
a { background-color: rgb(19,145,174); }
div.DivClassName
{
background-color: #1391AE;
}
.BgClassName
{
background-color: #1391AE;
}
</style>
border-color css
<style>
span { border-color: #1391AE; }
span { border-color: rgb(19,145,174); }
td.TdClassName
{
border-color: #1391AE;
}
.TagClassName
{
border-color: #1391AE;
}
</style>