Shades of Pelorous #1398B1
Tints of Pelorous #1398B1
RGB
CMYK
RGB Variations
Color information
#1398B1 (or 0x1398B1) is known color: Pelorous. HEX triplet: 13, 98 and B1. RGB value is (19,152,177). Sum of RGB (Red+Green+Blue) = 19+152+177=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #1398B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1398B1 is #EC674E. Grayscale: #727272. Windows color (decimal): -15492943 or 11638803. OLE color: 11638803.
HSL color Cylindrical-coordinate representation of color #1398B1: hue angle of 189.49º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1398B1 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 152 | 177 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.31 |
| HSL | 189.49º | 0.81% | 0.38% | - |
| HSV(B) | 189.49º | 0.89% | 0.69% | - |
| XYZ | 19.43 | 25.77 | 45.54 | - |
| YUV | 115.08 | 162.94 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 177 | 0.89 | 0.14 | 0 | 0.31 | 189.49 | 0.81 | 0.38 |
| Hex | 13 | 98 | B1 | 59 | E | 0 | 1F | BD | 51 | 26 |
| Octal | 23 | 230 | 261 | 131 | 16 | 0 | 37 | 275 | 121 | 46 |
| Binary | 10011 | 10011000 | 10110001 | 1011001 | 1110 | 0 | 11111 | 10111101 | 1010001 | 100110 |
Color Harmonies of #1398B1
Complementary color
Monochromatic Colors of #1398B1
Black with #1398B1
Text Example
Text Example
White with #1398B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398B1; }
p { color: rgb(19,152,177); }
H1.HeaderClassName
{
color: #1398B1;
}
.AnyTagClassName
{
color: #1398B1;
}
</style>
background-color css
<style>
a { background-color: #1398B1; }
a { background-color: rgb(19,152,177); }
div.DivClassName
{
background-color: #1398B1;
}
.BgClassName
{
background-color: #1398B1;
}
</style>
border-color css
<style>
span { border-color: #1398B1; }
span { border-color: rgb(19,152,177); }
td.TdClassName
{
border-color: #1398B1;
}
.TagClassName
{
border-color: #1398B1;
}
</style>