Shades of Pelorous #1295AB
Tints of Pelorous #1295AB
RGB
CMYK
RGB Variations
Color information
#1295AB (or 0x1295AB) is known color: Pelorous. HEX triplet: 12, 95 and AB. RGB value is (18,149,171). Sum of RGB (Red+Green+Blue) = 18+149+171=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1295AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1295AB is #ED6A54. Grayscale: #707070. Windows color (decimal): -15559253 or 11244818. OLE color: 11244818.
HSL color Cylindrical-coordinate representation of color #1295AB: hue angle of 188.63º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1295AB is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 149 | 171 | - |
| CMYK | 0.89 | 0.13 | 0 | 0.33 |
| HSL | 188.63º | 0.81% | 0.37% | - |
| HSV(B) | 188.63º | 0.89% | 0.67% | - |
| XYZ | 18.35 | 24.56 | 42.3 | - |
| YUV | 112.34 | 161.1 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 171 | 0.89 | 0.13 | 0 | 0.33 | 188.63 | 0.81 | 0.37 |
| Hex | 12 | 95 | AB | 59 | D | 0 | 21 | BD | 51 | 25 |
| Octal | 22 | 225 | 253 | 131 | 15 | 0 | 41 | 275 | 121 | 45 |
| Binary | 10010 | 10010101 | 10101011 | 1011001 | 1101 | 0 | 100001 | 10111101 | 1010001 | 100101 |
Color Harmonies of #1295AB
Complementary color
Monochromatic Colors of #1295AB
Black with #1295AB
Text Example
Text Example
White with #1295AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295AB; }
p { color: rgb(18,149,171); }
H1.HeaderClassName
{
color: #1295AB;
}
.AnyTagClassName
{
color: #1295AB;
}
</style>
background-color css
<style>
a { background-color: #1295AB; }
a { background-color: rgb(18,149,171); }
div.DivClassName
{
background-color: #1295AB;
}
.BgClassName
{
background-color: #1295AB;
}
</style>
border-color css
<style>
span { border-color: #1295AB; }
span { border-color: rgb(18,149,171); }
td.TdClassName
{
border-color: #1295AB;
}
.TagClassName
{
border-color: #1295AB;
}
</style>