Shades of Pelorous #1398B9
Tints of Pelorous #1398B9
RGB
CMYK
RGB Variations
Color information
#1398B9 (or 0x1398B9) is known color: Pelorous. HEX triplet: 13, 98 and B9. RGB value is (19,152,185). Sum of RGB (Red+Green+Blue) = 19+152+185=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 185 (72.66% from 255 or 51.97% from 356); Max value from RGB is 185 - color contains mainly: blue. Hex color #1398B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1398B9 is #EC6746. Grayscale: #737373. Windows color (decimal): -15492935 or 12163091. OLE color: 12163091.
HSL color Cylindrical-coordinate representation of color #1398B9: hue angle of 191.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1398B9 is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 152 | 185 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.27 |
| HSL | 191.93º | 0.81% | 0.4% | - |
| HSV(B) | 191.93º | 0.9% | 0.73% | - |
| XYZ | 20.25 | 26.1 | 49.87 | - |
| YUV | 116 | 166.94 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 185 | 0.90 | 0.18 | 0 | 0.27 | 191.93 | 0.81 | 0.4 |
| Hex | 13 | 98 | B9 | 5A | 12 | 0 | 1B | C0 | 51 | 28 |
| Octal | 23 | 230 | 271 | 132 | 22 | 0 | 33 | 300 | 121 | 50 |
| Binary | 10011 | 10011000 | 10111001 | 1011010 | 10010 | 0 | 11011 | 11000000 | 1010001 | 101000 |
Color Harmonies of #1398B9
Complementary color
Monochromatic Colors of #1398B9
Black with #1398B9
Text Example
Text Example
White with #1398B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398B9; }
p { color: rgb(19,152,185); }
H1.HeaderClassName
{
color: #1398B9;
}
.AnyTagClassName
{
color: #1398B9;
}
</style>
background-color css
<style>
a { background-color: #1398B9; }
a { background-color: rgb(19,152,185); }
div.DivClassName
{
background-color: #1398B9;
}
.BgClassName
{
background-color: #1398B9;
}
</style>
border-color css
<style>
span { border-color: #1398B9; }
span { border-color: rgb(19,152,185); }
td.TdClassName
{
border-color: #1398B9;
}
.TagClassName
{
border-color: #1398B9;
}
</style>