Shades of Pelorous #13A0B7
Tints of Pelorous #13A0B7
RGB
CMYK
RGB Variations
Color information
#13A0B7 (or 0x13A0B7) is known color: Pelorous. HEX triplet: 13, A0 and B7. RGB value is (19,160,183). Sum of RGB (Red+Green+Blue) = 19+160+183=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #13A0B7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A0B7 is #EC5F48. Grayscale: #787878. Windows color (decimal): -15490889 or 12034067. OLE color: 12034067.
HSL color Cylindrical-coordinate representation of color #13A0B7: hue angle of 188.41º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13A0B7 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 160 | 183 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.28 |
| HSL | 188.41º | 0.81% | 0.4% | - |
| HSV(B) | 188.41º | 0.9% | 0.72% | - |
| XYZ | 21.39 | 28.7 | 49.21 | - |
| YUV | 120.46 | 163.29 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 160 | 183 | 0.90 | 0.13 | 0 | 0.28 | 188.41 | 0.81 | 0.4 |
| Hex | 13 | A0 | B7 | 5A | D | 0 | 1C | BC | 51 | 28 |
| Octal | 23 | 240 | 267 | 132 | 15 | 0 | 34 | 274 | 121 | 50 |
| Binary | 10011 | 10100000 | 10110111 | 1011010 | 1101 | 0 | 11100 | 10111100 | 1010001 | 101000 |
Color Harmonies of #13A0B7
Complementary color
Monochromatic Colors of #13A0B7
Black with #13A0B7
Text Example
Text Example
White with #13A0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A0B7; }
p { color: rgb(19,160,183); }
H1.HeaderClassName
{
color: #13A0B7;
}
.AnyTagClassName
{
color: #13A0B7;
}
</style>
background-color css
<style>
a { background-color: #13A0B7; }
a { background-color: rgb(19,160,183); }
div.DivClassName
{
background-color: #13A0B7;
}
.BgClassName
{
background-color: #13A0B7;
}
</style>
border-color css
<style>
span { border-color: #13A0B7; }
span { border-color: rgb(19,160,183); }
td.TdClassName
{
border-color: #13A0B7;
}
.TagClassName
{
border-color: #13A0B7;
}
</style>