Shades of Pelorous #1390AD
Tints of Pelorous #1390AD
RGB
CMYK
RGB Variations
Color information
#1390AD (or 0x1390AD) is known color: Pelorous. HEX triplet: 13, 90 and AD. RGB value is (19,144,173). Sum of RGB (Red+Green+Blue) = 19+144+173=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #1390AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1390AD is #EC6F52. Grayscale: #6D6D6D. Windows color (decimal): -15494995 or 11374611. OLE color: 11374611.
HSL color Cylindrical-coordinate representation of color #1390AD: hue angle of 191.3º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1390AD is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 144 | 173 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.32 |
| HSL | 191.3º | 0.8% | 0.38% | - |
| HSV(B) | 191.3º | 0.89% | 0.68% | - |
| XYZ | 17.78 | 23.1 | 43.06 | - |
| YUV | 109.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 173 | 0.89 | 0.17 | 0 | 0.32 | 191.3 | 0.8 | 0.38 |
| Hex | 13 | 90 | AD | 59 | 11 | 0 | 20 | BF | 50 | 26 |
| Octal | 23 | 220 | 255 | 131 | 21 | 0 | 40 | 277 | 120 | 46 |
| Binary | 10011 | 10010000 | 10101101 | 1011001 | 10001 | 0 | 100000 | 10111111 | 1010000 | 100110 |
Color Harmonies of #1390AD
Complementary color
Monochromatic Colors of #1390AD
Black with #1390AD
Text Example
Text Example
White with #1390AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390AD; }
p { color: rgb(19,144,173); }
H1.HeaderClassName
{
color: #1390AD;
}
.AnyTagClassName
{
color: #1390AD;
}
</style>
background-color css
<style>
a { background-color: #1390AD; }
a { background-color: rgb(19,144,173); }
div.DivClassName
{
background-color: #1390AD;
}
.BgClassName
{
background-color: #1390AD;
}
</style>
border-color css
<style>
span { border-color: #1390AD; }
span { border-color: rgb(19,144,173); }
td.TdClassName
{
border-color: #1390AD;
}
.TagClassName
{
border-color: #1390AD;
}
</style>