Shades of Pelorous #1390AC
Tints of Pelorous #1390AC
RGB
CMYK
RGB Variations
Color information
#1390AC (or 0x1390AC) is known color: Pelorous. HEX triplet: 13, 90 and AC. RGB value is (19,144,172). Sum of RGB (Red+Green+Blue) = 19+144+172=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #1390AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1390AC is #EC6F53. Grayscale: #6D6D6D. Windows color (decimal): -15494996 or 11309075. OLE color: 11309075.
HSL color Cylindrical-coordinate representation of color #1390AC: hue angle of 190.98º 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 #1390AC is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 144 | 172 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.33 |
| HSL | 190.98º | 0.8% | 0.37% | - |
| HSV(B) | 190.98º | 0.89% | 0.67% | - |
| XYZ | 17.69 | 23.06 | 42.55 | - |
| YUV | 109.82 | 163.09 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 172 | 0.89 | 0.16 | 0 | 0.33 | 190.98 | 0.8 | 0.37 |
| Hex | 13 | 90 | AC | 59 | 10 | 0 | 21 | BF | 50 | 25 |
| Octal | 23 | 220 | 254 | 131 | 20 | 0 | 41 | 277 | 120 | 45 |
| Binary | 10011 | 10010000 | 10101100 | 1011001 | 10000 | 0 | 100001 | 10111111 | 1010000 | 100101 |
Color Harmonies of #1390AC
Complementary color
Monochromatic Colors of #1390AC
Black with #1390AC
Text Example
Text Example
White with #1390AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390AC; }
p { color: rgb(19,144,172); }
H1.HeaderClassName
{
color: #1390AC;
}
.AnyTagClassName
{
color: #1390AC;
}
</style>
background-color css
<style>
a { background-color: #1390AC; }
a { background-color: rgb(19,144,172); }
div.DivClassName
{
background-color: #1390AC;
}
.BgClassName
{
background-color: #1390AC;
}
</style>
border-color css
<style>
span { border-color: #1390AC; }
span { border-color: rgb(19,144,172); }
td.TdClassName
{
border-color: #1390AC;
}
.TagClassName
{
border-color: #1390AC;
}
</style>