Shades of Pelorous #1495AF
Tints of Pelorous #1495AF
RGB
CMYK
RGB Variations
Color information
#1495AF (or 0x1495AF) is known color: Pelorous. HEX triplet: 14, 95 and AF. RGB value is (20,149,175). Sum of RGB (Red+Green+Blue) = 20+149+175=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #1495AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1495AF is #EB6A50. Grayscale: #717171. Windows color (decimal): -15428177 or 11506964. OLE color: 11506964.
HSL color Cylindrical-coordinate representation of color #1495AF: hue angle of 190.06º 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 #1495AF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 149 | 175 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.31 |
| HSL | 190.06º | 0.79% | 0.38% | - |
| HSV(B) | 190.06º | 0.89% | 0.69% | - |
| XYZ | 18.77 | 24.74 | 44.34 | - |
| YUV | 113.39 | 162.76 | 61.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 175 | 0.89 | 0.15 | 0 | 0.31 | 190.06 | 0.79 | 0.38 |
| Hex | 14 | 95 | AF | 59 | F | 0 | 1F | BE | 4F | 26 |
| Octal | 24 | 225 | 257 | 131 | 17 | 0 | 37 | 276 | 117 | 46 |
| Binary | 10100 | 10010101 | 10101111 | 1011001 | 1111 | 0 | 11111 | 10111110 | 1001111 | 100110 |
Color Harmonies of #1495AF
Complementary color
Monochromatic Colors of #1495AF
Black with #1495AF
Text Example
Text Example
White with #1495AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495AF; }
p { color: rgb(20,149,175); }
H1.HeaderClassName
{
color: #1495AF;
}
.AnyTagClassName
{
color: #1495AF;
}
</style>
background-color css
<style>
a { background-color: #1495AF; }
a { background-color: rgb(20,149,175); }
div.DivClassName
{
background-color: #1495AF;
}
.BgClassName
{
background-color: #1495AF;
}
</style>
border-color css
<style>
span { border-color: #1495AF; }
span { border-color: rgb(20,149,175); }
td.TdClassName
{
border-color: #1495AF;
}
.TagClassName
{
border-color: #1495AF;
}
</style>