Shades of Pelorous #1391AA
Tints of Pelorous #1391AA
RGB
CMYK
RGB Variations
Color information
#1391AA (or 0x1391AA) is known color: Pelorous. HEX triplet: 13, 91 and AA. RGB value is (19,145,170). Sum of RGB (Red+Green+Blue) = 19+145+170=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 170 (66.80% from 255 or 50.90% from 334); Max value from RGB is 170 - color contains mainly: blue. Hex color #1391AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1391AA is #EC6E55. Grayscale: #6D6D6D. Windows color (decimal): -15494742 or 11178259. OLE color: 11178259.
HSL color Cylindrical-coordinate representation of color #1391AA: hue angle of 189.93º 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 #1391AA is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 145 | 170 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.33 |
| HSL | 189.93º | 0.8% | 0.37% | - |
| HSV(B) | 189.93º | 0.89% | 0.67% | - |
| XYZ | 17.65 | 23.29 | 41.6 | - |
| YUV | 110.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 170 | 0.89 | 0.15 | 0 | 0.33 | 189.93 | 0.8 | 0.37 |
| Hex | 13 | 91 | AA | 59 | F | 0 | 21 | BE | 50 | 25 |
| Octal | 23 | 221 | 252 | 131 | 17 | 0 | 41 | 276 | 120 | 45 |
| Binary | 10011 | 10010001 | 10101010 | 1011001 | 1111 | 0 | 100001 | 10111110 | 1010000 | 100101 |
Color Harmonies of #1391AA
Complementary color
Monochromatic Colors of #1391AA
Black with #1391AA
Text Example
Text Example
White with #1391AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1391AA; }
p { color: rgb(19,145,170); }
H1.HeaderClassName
{
color: #1391AA;
}
.AnyTagClassName
{
color: #1391AA;
}
</style>
background-color css
<style>
a { background-color: #1391AA; }
a { background-color: rgb(19,145,170); }
div.DivClassName
{
background-color: #1391AA;
}
.BgClassName
{
background-color: #1391AA;
}
</style>
border-color css
<style>
span { border-color: #1391AA; }
span { border-color: rgb(19,145,170); }
td.TdClassName
{
border-color: #1391AA;
}
.TagClassName
{
border-color: #1391AA;
}
</style>