Shades of Pelorous #1297AA
Tints of Pelorous #1297AA
RGB
CMYK
RGB Variations
Color information
#1297AA (or 0x1297AA) is known color: Pelorous. HEX triplet: 12, 97 and AA. RGB value is (18,151,170). Sum of RGB (Red+Green+Blue) = 18+151+170=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1297AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1297AA is #ED6855. Grayscale: #717171. Windows color (decimal): -15558742 or 11179794. OLE color: 11179794.
HSL color Cylindrical-coordinate representation of color #1297AA: hue angle of 187.5º 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 #1297AA is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 151 | 170 | - |
| CMYK | 0.89 | 0.11 | 0 | 0.33 |
| HSL | 187.5º | 0.81% | 0.37% | - |
| HSV(B) | 187.5º | 0.89% | 0.67% | - |
| XYZ | 18.57 | 25.16 | 41.91 | - |
| YUV | 113.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 170 | 0.89 | 0.11 | 0 | 0.33 | 187.5 | 0.81 | 0.37 |
| Hex | 12 | 97 | AA | 59 | B | 0 | 21 | BC | 51 | 25 |
| Octal | 22 | 227 | 252 | 131 | 13 | 0 | 41 | 274 | 121 | 45 |
| Binary | 10010 | 10010111 | 10101010 | 1011001 | 1011 | 0 | 100001 | 10111100 | 1010001 | 100101 |
Color Harmonies of #1297AA
Complementary color
Monochromatic Colors of #1297AA
Black with #1297AA
Text Example
Text Example
White with #1297AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1297AA; }
p { color: rgb(18,151,170); }
H1.HeaderClassName
{
color: #1297AA;
}
.AnyTagClassName
{
color: #1297AA;
}
</style>
background-color css
<style>
a { background-color: #1297AA; }
a { background-color: rgb(18,151,170); }
div.DivClassName
{
background-color: #1297AA;
}
.BgClassName
{
background-color: #1297AA;
}
</style>
border-color css
<style>
span { border-color: #1297AA; }
span { border-color: rgb(18,151,170); }
td.TdClassName
{
border-color: #1297AA;
}
.TagClassName
{
border-color: #1297AA;
}
</style>