Shades of Pelorous #1395AB
Tints of Pelorous #1395AB
RGB
CMYK
RGB Variations
Color information
#1395AB (or 0x1395AB) is known color: Pelorous. HEX triplet: 13, 95 and AB. RGB value is (19,149,171). Sum of RGB (Red+Green+Blue) = 19+149+171=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #1395AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1395AB is #EC6A54. Grayscale: #707070. Windows color (decimal): -15493717 or 11244819. OLE color: 11244819.
HSL color Cylindrical-coordinate representation of color #1395AB: hue angle of 188.68º 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 #1395AB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 149 | 171 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.33 |
| HSL | 188.68º | 0.8% | 0.37% | - |
| HSV(B) | 188.68º | 0.89% | 0.67% | - |
| XYZ | 18.37 | 24.57 | 42.3 | - |
| YUV | 112.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 149 | 171 | 0.89 | 0.13 | 0 | 0.33 | 188.68 | 0.8 | 0.37 |
| Hex | 13 | 95 | AB | 59 | D | 0 | 21 | BD | 50 | 25 |
| Octal | 23 | 225 | 253 | 131 | 15 | 0 | 41 | 275 | 120 | 45 |
| Binary | 10011 | 10010101 | 10101011 | 1011001 | 1101 | 0 | 100001 | 10111101 | 1010000 | 100101 |
Color Harmonies of #1395AB
Complementary color
Monochromatic Colors of #1395AB
Black with #1395AB
Text Example
Text Example
White with #1395AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1395AB; }
p { color: rgb(19,149,171); }
H1.HeaderClassName
{
color: #1395AB;
}
.AnyTagClassName
{
color: #1395AB;
}
</style>
background-color css
<style>
a { background-color: #1395AB; }
a { background-color: rgb(19,149,171); }
div.DivClassName
{
background-color: #1395AB;
}
.BgClassName
{
background-color: #1395AB;
}
</style>
border-color css
<style>
span { border-color: #1395AB; }
span { border-color: rgb(19,149,171); }
td.TdClassName
{
border-color: #1395AB;
}
.TagClassName
{
border-color: #1395AB;
}
</style>