Shades of Pelorous #1398AD
Tints of Pelorous #1398AD
RGB
CMYK
RGB Variations
Color information
#1398AD (or 0x1398AD) is known color: Pelorous. HEX triplet: 13, 98 and AD. RGB value is (19,152,173). Sum of RGB (Red+Green+Blue) = 19+152+173=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #1398AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1398AD is #EC6752. Grayscale: #727272. Windows color (decimal): -15492947 or 11376659. OLE color: 11376659.
HSL color Cylindrical-coordinate representation of color #1398AD: hue angle of 188.18º 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 #1398AD is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 152 | 173 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.32 |
| HSL | 188.18º | 0.8% | 0.38% | - |
| HSV(B) | 188.18º | 0.89% | 0.68% | - |
| XYZ | 19.04 | 25.61 | 43.48 | - |
| YUV | 114.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 173 | 0.89 | 0.12 | 0 | 0.32 | 188.18 | 0.8 | 0.38 |
| Hex | 13 | 98 | AD | 59 | C | 0 | 20 | BC | 50 | 26 |
| Octal | 23 | 230 | 255 | 131 | 14 | 0 | 40 | 274 | 120 | 46 |
| Binary | 10011 | 10011000 | 10101101 | 1011001 | 1100 | 0 | 100000 | 10111100 | 1010000 | 100110 |
Color Harmonies of #1398AD
Complementary color
Monochromatic Colors of #1398AD
Black with #1398AD
Text Example
Text Example
White with #1398AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398AD; }
p { color: rgb(19,152,173); }
H1.HeaderClassName
{
color: #1398AD;
}
.AnyTagClassName
{
color: #1398AD;
}
</style>
background-color css
<style>
a { background-color: #1398AD; }
a { background-color: rgb(19,152,173); }
div.DivClassName
{
background-color: #1398AD;
}
.BgClassName
{
background-color: #1398AD;
}
</style>
border-color css
<style>
span { border-color: #1398AD; }
span { border-color: rgb(19,152,173); }
td.TdClassName
{
border-color: #1398AD;
}
.TagClassName
{
border-color: #1398AD;
}
</style>