Shades of Pelorous #1293AB
Tints of Pelorous #1293AB
RGB
CMYK
RGB Variations
Color information
#1293AB (or 0x1293AB) is known color: Pelorous. HEX triplet: 12, 93 and AB. RGB value is (18,147,171). Sum of RGB (Red+Green+Blue) = 18+147+171=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #1293AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1293AB is #ED6C54. Grayscale: #6E6E6E. Windows color (decimal): -15559765 or 11244306. OLE color: 11244306.
HSL color Cylindrical-coordinate representation of color #1293AB: hue angle of 189.41º 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 #1293AB is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 147 | 171 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.33 |
| HSL | 189.41º | 0.81% | 0.37% | - |
| HSV(B) | 189.41º | 0.89% | 0.67% | - |
| XYZ | 18.03 | 23.94 | 42.2 | - |
| YUV | 111.17 | 161.76 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 147 | 171 | 0.89 | 0.14 | 0 | 0.33 | 189.41 | 0.81 | 0.37 |
| Hex | 12 | 93 | AB | 59 | E | 0 | 21 | BD | 51 | 25 |
| Octal | 22 | 223 | 253 | 131 | 16 | 0 | 41 | 275 | 121 | 45 |
| Binary | 10010 | 10010011 | 10101011 | 1011001 | 1110 | 0 | 100001 | 10111101 | 1010001 | 100101 |
Color Harmonies of #1293AB
Complementary color
Monochromatic Colors of #1293AB
Black with #1293AB
Text Example
Text Example
White with #1293AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1293AB; }
p { color: rgb(18,147,171); }
H1.HeaderClassName
{
color: #1293AB;
}
.AnyTagClassName
{
color: #1293AB;
}
</style>
background-color css
<style>
a { background-color: #1293AB; }
a { background-color: rgb(18,147,171); }
div.DivClassName
{
background-color: #1293AB;
}
.BgClassName
{
background-color: #1293AB;
}
</style>
border-color css
<style>
span { border-color: #1293AB; }
span { border-color: rgb(18,147,171); }
td.TdClassName
{
border-color: #1293AB;
}
.TagClassName
{
border-color: #1293AB;
}
</style>