Shades of Pelorous #1492AB
Tints of Pelorous #1492AB
RGB
CMYK
RGB Variations
Color information
#1492AB (or 0x1492AB) is known color: Pelorous. HEX triplet: 14, 92 and AB. RGB value is (20,146,171). Sum of RGB (Red+Green+Blue) = 20+146+171=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #1492AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492AB is #EB6D54. Grayscale: #6E6E6E. Windows color (decimal): -15428949 or 11244052. OLE color: 11244052.
HSL color Cylindrical-coordinate representation of color #1492AB: hue angle of 189.93º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1492AB is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 146 | 171 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.33 |
| HSL | 189.93º | 0.79% | 0.37% | - |
| HSV(B) | 189.93º | 0.88% | 0.67% | - |
| XYZ | 17.92 | 23.65 | 42.15 | - |
| YUV | 111.18 | 161.76 | 62.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 171 | 0.88 | 0.15 | 0 | 0.33 | 189.93 | 0.79 | 0.37 |
| Hex | 14 | 92 | AB | 58 | F | 0 | 21 | BE | 4F | 25 |
| Octal | 24 | 222 | 253 | 130 | 17 | 0 | 41 | 276 | 117 | 45 |
| Binary | 10100 | 10010010 | 10101011 | 1011000 | 1111 | 0 | 100001 | 10111110 | 1001111 | 100101 |
Color Harmonies of #1492AB
Complementary color
Monochromatic Colors of #1492AB
Black with #1492AB
Text Example
Text Example
White with #1492AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492AB; }
p { color: rgb(20,146,171); }
H1.HeaderClassName
{
color: #1492AB;
}
.AnyTagClassName
{
color: #1492AB;
}
</style>
background-color css
<style>
a { background-color: #1492AB; }
a { background-color: rgb(20,146,171); }
div.DivClassName
{
background-color: #1492AB;
}
.BgClassName
{
background-color: #1492AB;
}
</style>
border-color css
<style>
span { border-color: #1492AB; }
span { border-color: rgb(20,146,171); }
td.TdClassName
{
border-color: #1492AB;
}
.TagClassName
{
border-color: #1492AB;
}
</style>