Shades of Pelorous #1493A4
Tints of Pelorous #1493A4
RGB
CMYK
RGB Variations
Color information
#1493A4 (or 0x1493A4) is known color: Pelorous. HEX triplet: 14, 93 and A4. RGB value is (20,147,164). Sum of RGB (Red+Green+Blue) = 20+147+164=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 164 (64.45% from 255 or 49.55% from 331); Max value from RGB is 164 - color contains mainly: blue. Hex color #1493A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1493A4 is #EB6C5B. Grayscale: #6E6E6E. Windows color (decimal): -15428700 or 10785556. OLE color: 10785556.
HSL color Cylindrical-coordinate representation of color #1493A4: hue angle of 187.08º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1493A4 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 147 | 164 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.36 |
| HSL | 187.08º | 0.78% | 0.36% | - |
| HSV(B) | 187.08º | 0.88% | 0.64% | - |
| XYZ | 17.42 | 23.7 | 38.78 | - |
| YUV | 110.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 164 | 0.88 | 0.10 | 0 | 0.36 | 187.08 | 0.78 | 0.36 |
| Hex | 14 | 93 | A4 | 58 | A | 0 | 24 | BB | 4E | 24 |
| Octal | 24 | 223 | 244 | 130 | 12 | 0 | 44 | 273 | 116 | 44 |
| Binary | 10100 | 10010011 | 10100100 | 1011000 | 1010 | 0 | 100100 | 10111011 | 1001110 | 100100 |
Color Harmonies of #1493A4
Complementary color
Monochromatic Colors of #1493A4
Black with #1493A4
Text Example
Text Example
White with #1493A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1493A4; }
p { color: rgb(20,147,164); }
H1.HeaderClassName
{
color: #1493A4;
}
.AnyTagClassName
{
color: #1493A4;
}
</style>
background-color css
<style>
a { background-color: #1493A4; }
a { background-color: rgb(20,147,164); }
div.DivClassName
{
background-color: #1493A4;
}
.BgClassName
{
background-color: #1493A4;
}
</style>
border-color css
<style>
span { border-color: #1493A4; }
span { border-color: rgb(20,147,164); }
td.TdClassName
{
border-color: #1493A4;
}
.TagClassName
{
border-color: #1493A4;
}
</style>