Shades of Pelorous #1493AD
Tints of Pelorous #1493AD
RGB
CMYK
RGB Variations
Color information
#1493AD (or 0x1493AD) is known color: Pelorous. HEX triplet: 14, 93 and AD. RGB value is (20,147,173). Sum of RGB (Red+Green+Blue) = 20+147+173=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #1493AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1493AD is #EB6C52. Grayscale: #6F6F6F. Windows color (decimal): -15428691 or 11375380. OLE color: 11375380.
HSL color Cylindrical-coordinate representation of color #1493AD: hue angle of 190.2º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1493AD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 147 | 173 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.32 |
| HSL | 190.2º | 0.79% | 0.38% | - |
| HSV(B) | 190.2º | 0.88% | 0.68% | - |
| XYZ | 18.27 | 24.03 | 43.21 | - |
| YUV | 111.99 | 162.42 | 62.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 173 | 0.88 | 0.15 | 0 | 0.32 | 190.2 | 0.79 | 0.38 |
| Hex | 14 | 93 | AD | 58 | F | 0 | 20 | BE | 4F | 26 |
| Octal | 24 | 223 | 255 | 130 | 17 | 0 | 40 | 276 | 117 | 46 |
| Binary | 10100 | 10010011 | 10101101 | 1011000 | 1111 | 0 | 100000 | 10111110 | 1001111 | 100110 |
Color Harmonies of #1493AD
Complementary color
Monochromatic Colors of #1493AD
Black with #1493AD
Text Example
Text Example
White with #1493AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493AD; }
p { color: rgb(20,147,173); }
H1.HeaderClassName
{
color: #1493AD;
}
.AnyTagClassName
{
color: #1493AD;
}
</style>
background-color css
<style>
a { background-color: #1493AD; }
a { background-color: rgb(20,147,173); }
div.DivClassName
{
background-color: #1493AD;
}
.BgClassName
{
background-color: #1493AD;
}
</style>
border-color css
<style>
span { border-color: #1493AD; }
span { border-color: rgb(20,147,173); }
td.TdClassName
{
border-color: #1493AD;
}
.TagClassName
{
border-color: #1493AD;
}
</style>