Shades of Pelorous #1492AF
Tints of Pelorous #1492AF
RGB
CMYK
RGB Variations
Color information
#1492AF (or 0x1492AF) is known color: Pelorous. HEX triplet: 14, 92 and AF. RGB value is (20,146,175). Sum of RGB (Red+Green+Blue) = 20+146+175=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #1492AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1492AF is #EB6D50. Grayscale: #6F6F6F. Windows color (decimal): -15428945 or 11506196. OLE color: 11506196.
HSL color Cylindrical-coordinate representation of color #1492AF: hue angle of 191.23º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1492AF is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 146 | 175 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.31 |
| HSL | 191.23º | 0.79% | 0.38% | - |
| HSV(B) | 191.23º | 0.89% | 0.69% | - |
| XYZ | 18.31 | 23.8 | 44.19 | - |
| YUV | 111.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 175 | 0.89 | 0.17 | 0 | 0.31 | 191.23 | 0.79 | 0.38 |
| Hex | 14 | 92 | AF | 59 | 11 | 0 | 1F | BF | 4F | 26 |
| Octal | 24 | 222 | 257 | 131 | 21 | 0 | 37 | 277 | 117 | 46 |
| Binary | 10100 | 10010010 | 10101111 | 1011001 | 10001 | 0 | 11111 | 10111111 | 1001111 | 100110 |
Color Harmonies of #1492AF
Complementary color
Monochromatic Colors of #1492AF
Black with #1492AF
Text Example
Text Example
White with #1492AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1492AF; }
p { color: rgb(20,146,175); }
H1.HeaderClassName
{
color: #1492AF;
}
.AnyTagClassName
{
color: #1492AF;
}
</style>
background-color css
<style>
a { background-color: #1492AF; }
a { background-color: rgb(20,146,175); }
div.DivClassName
{
background-color: #1492AF;
}
.BgClassName
{
background-color: #1492AF;
}
</style>
border-color css
<style>
span { border-color: #1492AF; }
span { border-color: rgb(20,146,175); }
td.TdClassName
{
border-color: #1492AF;
}
.TagClassName
{
border-color: #1492AF;
}
</style>